aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index cce1b63..3784c17 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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