summaryrefslogtreecommitdiffstats
path: root/vio/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'vio/tox.ini')
-rw-r--r--vio/tox.ini14
1 files changed, 8 insertions, 6 deletions
diff --git a/vio/tox.ini b/vio/tox.ini
index 8fd499e..b4ff684 100644
--- a/vio/tox.ini
+++ b/vio/tox.ini
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[tox]
-envlist = py27,py36,pep8
+envlist = py36,pep8
skipsdist = true
[tox:jenkins]
@@ -24,20 +24,22 @@ deps =
commands =
/usr/bin/find . -type f -name "*.py[c|o]" -delete
- python manage.py test vio
+ {basepython} manage.py test vio
[testenv:pep8]
+basepython = python3
deps=flake8
commands=flake8
-[testenv:py27]
-commands =
- {[testenv]commands}
+# [testenv:py36]
+# commands =
+# {[testenv]commands}
[testenv:cover]
+basepython = python3.6
setenv=
DJANGO_SETTINGS_MODULE = vio.settings-cover
commands =
coverage erase
{[testenv]commands}
- coverage xml -i \ No newline at end of file
+ coverage xml -i