Fix tox issue
[multicloud/azure.git] / azure / tox.ini
index 58fd7a6..bae09d9 100644 (file)
@@ -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