summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-07-15 11:09:09 -0700
committerMonty Taylor <mordred@inaugust.com>2014-07-15 11:11:38 -0700
commitac30643631b6bc1c40116061f8eb280a7881e422 (patch)
tree2cedb557f71addfe7391c772c40085e17bd511df
parentfd01494d56bd84d1562d24459aa443e27153e227 (diff)
downloadpython-barbicanclient-ac30643631b6bc1c40116061f8eb280a7881e422.tar.gz
Update tox.ini to match rest of project2.2.1
There's a few things - most notably the missing venv env, but also getting tox to skip the sdist step in builds that will align python-barbicanclient with the rest of the project. Change-Id: I7b3c8f992040c0a7f0cace1452a93f4958d0cd2a
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5ccb5f3..3450cfc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,9 +4,13 @@
# and then run "tox" from this directory.
[tox]
+minversion = 1.6
envlist = py26, py27, py33, pypy, pep8
+skipsdist = True
[testenv]
+usedevelop = True
+install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
@@ -17,6 +21,9 @@ commands =
[testenv:pep8]
commands = {toxinidir}/tools/hacking.sh {posargs}
+[testenv:venv]
+commands = {posargs}
+
[tox:jenkins]
downloadcache = ~/cache/pip