summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Breeds <tony@bakeyournoodle.com>2016-07-19 11:33:50 -0700
committerTony Breeds <tony@bakeyournoodle.com>2016-07-19 11:50:49 -0700
commitec6d278271b84f709e8cef47dd22b56ffc99a3c1 (patch)
tree216a38f649bfcc4c660e3e692923ccdeb98e538e
parentfc1087e04b76c1f41f404fe00d461a79fc2bda30 (diff)
downloadxstatic-jquery-tablesorter-ec6d278271b84f709e8cef47dd22b56ffc99a3c1.tar.gz
Add basic tox.ini file
Change-Id: Ic91e615cde1d738064f469ba9336a5b39f0f46db
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..06d7907
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,7 @@
+[tox]
+minversion = 1.6
+skipsdist = True
+envlist = py27,py34
+
+[testenv:venv]
+commands = {posargs}