diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-09-05 13:06:45 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-09-05 13:06:45 +0000 |
| commit | 16edd97007a71129197e4b3df303ed97ccffe436 (patch) | |
| tree | 67ac654ec39da02db5cf0233ac14021b4a46bad9 | |
| parent | 44c97cc099a35af2d3d999f9799238fc72be071d (diff) | |
| parent | c8723ce175b48bdde016a6efb4945b6b3766080f (diff) | |
| download | python-openstackclient-16edd97007a71129197e4b3df303ed97ccffe436.tar.gz | |
Merge "Update tox.ini for new tox 1.6 config"
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
