Merge "Add Python 3.5 to tox.ini for test runs"

This commit is contained in:
Jenkins 2016-05-16 15:26:00 +00:00 committed by Gerrit Code Review
commit dfa46371c4
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[tox]
envlist=pep8,py27,py34
envlist=pep8,py27,py34,py35
skip_missing_interpreters=true
[testenv]
setenv=VIRTUAL_ENV={envdir}
@ -11,6 +12,9 @@ commands=nosetests
[testenv:py34]
commands=nosetests
[testenv:py35]
commands=nosetests
[testenv:pep8]
commands=flake8