summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2013-08-29 20:39:34 -0500
committerDean Troyer <dtroyer@gmail.com>2013-09-04 14:23:15 -0500
commitc8723ce175b48bdde016a6efb4945b6b3766080f (patch)
tree10beac7fcd61ab41ebecb15f21a8aee83d6463aa /tox.ini
parent1c495a573cfc7087dd09953c24769819ee44b80c (diff)
downloadpython-openstackclient-c8723ce175b48bdde016a6efb4945b6b3766080f.tar.gz
Update tox.ini for new tox 1.6 config
Change-Id: I4363508f562f62b16c856bc072cdb4b37e37b418
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e2c61af4..f6a5c338 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,11 @@
[tox]
+minversion = 1.6
envlist = py26,py27,py33,pep8
+skipdist = True
[testenv]
+usedevelop = True
+install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
@@ -17,7 +21,7 @@ commands = flake8
commands = {posargs}
[testenv:cover]
-commands = python setup.py testr --coverage --testr-args='{posargs}'
+commands = python setup.py test --coverage --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip