summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Breeds <tony@bakeyournoodle.com>2016-07-19 11:33:49 -0700
committerTony Breeds <tony@bakeyournoodle.com>2016-07-19 11:38:19 -0700
commita5ace69bc0ed04b76addd5bbb6edd73f6be47662 (patch)
tree260e7a9eb90c3413b7438cf4caee6d59da529a9c
parent830746ff6d09fed0417ab488549604f36829d5b0 (diff)
downloadxstatic-angular-smart-table-a5ace69bc0ed04b76addd5bbb6edd73f6be47662.tar.gz
Add basic tox.ini file1.4.13.0
Change-Id: I452e27f2cf4930be45bc80ac2630938d6879466f
-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}