summaryrefslogtreecommitdiffstats
path: root/azure/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'azure/tox.ini')
-rw-r--r--azure/tox.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/azure/tox.ini b/azure/tox.ini
index 58fd7a6..bae09d9 100644
--- a/azure/tox.ini
+++ b/azure/tox.ini
@@ -1,11 +1,15 @@
[tox]
-envlist = py27,pep8
+envlist = py27,pep8, cover
skipsdist = true
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv]
+basepython =
+ py27: python2.7
+ pep8: python2.7
+ cover: python2.7
deps =
-r{toxinidir}/requirements.txt
commands =
@@ -28,4 +32,4 @@ setenv=
commands =
coverage erase
{[testenv]commands}
- coverage xml -i \ No newline at end of file
+ coverage xml -i