Tidyup tox and remove point release python version stuff

This commit is contained in:
Liam Young
2018-04-12 12:53:23 +00:00
parent 8155057e36
commit 36945ff6ea

17
tox.ini
View File

@@ -1,7 +1,6 @@
[tox]
envlist = pep8,py27,py34,py35,py36
envlist = pep8,py3
skipsdist = True
skip_missing_interpreters = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
@@ -10,20 +9,12 @@ install_command =
pip install {opts} {packages}
commands = nosetests {posargs} {toxinidir}/unit_tests
[testenv:py34]
basepython = python3.4
deps = -r{toxinidir}/test-requirements.txt
[testenv:py35]
basepython = python3.5
deps = -r{toxinidir}/test-requirements.txt
[testenv:py36]
basepython = python3.6
[testenv:py3]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8]
basepython = python3.6
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} zaza unit_tests