diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,16 +1,14 @@ # content of: tox.ini , put in same dir as setup.py [tox] envlist = py27,py35 + [testenv] deps= - Flask - connexion + -rrequirements.txt pytest coverage pytest-cov - requests - six setenv = CONSUL_HOST = 8.8.8.8 HOSTNAME = config_binding_service -commands=pytest --junitxml xunit-reports/xunit-result-configbinding.xml --cov {envsitepackagesdir} --cov-report=xml
\ No newline at end of file +commands=pytest --junitxml xunit-reports/xunit-result-configbinding.xml --cov {envsitepackagesdir} --cov-report=xml |