diff options
Diffstat (limited to 'pgaas/tox.ini')
-rw-r--r-- | pgaas/tox.ini | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/pgaas/tox.ini b/pgaas/tox.ini index 76daae0..e8b2b52 100644 --- a/pgaas/tox.ini +++ b/pgaas/tox.ini @@ -20,13 +20,9 @@ envlist = py27 [testenv] deps= - requests - cloudify==3.4 pytest + cloudify==4.2 + requests coverage pytest-cov -setenv= - PYTHONPATH={toxinidir} -commands= - pytest --junitxml xunit-results.xml --cov pgaas --cov-report xml - coverage xml +commands=pytest --junitxml xunit-results.xml --cov --cov-report=xml |