update link to upper-constraints.txt
[multicloud/framework.git] / multivimbroker / tox.ini
index 1e54370..7ba8967 100644 (file)
@@ -1,12 +1,19 @@
 [tox]
-envlist = py27,pep8
+envlist = py36,pep8,cover
 skipsdist = true
 
 [tox:jenkins]
 downloadcache = ~/cache/pip
 
 [testenv]
-deps = -r{toxinidir}/requirements.txt
+basepython =
+    py36: python3
+    pep8: python3
+    cover: python3
+deps =
+ -r{toxinidir}/requirements.txt
+ -r{toxinidir}/test-requirements.txt
+
 commands =
   /usr/bin/find . -type f -name "*.py[c|o]" -delete
   python manage.py test multivimbroker
@@ -15,9 +22,9 @@ commands =
 deps=flake8
 commands=flake8
 
-[testenv:py27]
-commands =
-  {[testenv]commands}
+[testenv:py27]
+commands =
+  {[testenv]commands}
 
 [testenv:cover]
 setenv=
@@ -25,7 +32,7 @@ setenv=
 commands =
   coverage erase
   {[testenv]commands}
-  coverage xml -i
+  coverage xml -i --omit="*/api_v2/*,./venv-tox/*,./.tox/*,*tests*,*site-packages*"
 
 [testenv:rstcheck]
 deps = rstcheck