Update tox.ini for py36

This commit is contained in:
Liam Young 2018-07-27 07:19:59 +00:00
parent eaecdc6369
commit 70b7b69a4c
1 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# within individual charm repos.
[tox]
skipsdist = True
envlist = pep8,py34,py35
envlist = pep8,py34,py35,py36
skip_missing_interpreters = True
[testenv]
@ -41,8 +41,13 @@ basepython = python3.5
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[testenv:py36]
basepython = python3.6
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[testenv:pep8]
basepython = python3.5
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} src unit_tests