summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2016-05-18 17:13:29 +1200
committerRobert Collins <robertc@robertcollins.net>2016-05-18 17:13:29 +1200
commitc14d08bb3906ea3c8de0c818e6570e7e0c091d04 (patch)
tree4398115a8d786ce92a9f6ba48674a53d005f542c
parentcdeb596f01241e9c779332e86f6edcd0c2e8e9f0 (diff)
downloadpython-test-extras-c14d08bb3906ea3c8de0c818e6570e7e0c091d04.tar.gz
Add a tox.ini for testing with.
-rw-r--r--tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..4c771ec
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,12 @@
+[tox]
+envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3
+minversion = 1.6
+skipsdist = True
+
+[testenv]
+usedevelop = True
+install_command = pip install -U {opts} {packages}
+setenv = VIRTUAL_ENV={envdir}
+whitelist_externals = make
+deps = testtools
+commands = make check