Merge "Have py35 tox env match py34"

This commit is contained in:
Jenkins 2016-08-09 18:20:32 +00:00 committed by Gerrit Code Review
commit ea961cfef2

View File

@ -29,6 +29,10 @@ setenv = VIRTUAL_ENV={envdir}
commands =
nosetests test/unit/common/test_exceptions.py
[testenv:py35]
commands =
nosetests test/unit/common/test_exceptions.py
[testenv:pep8]
basepython = python2.7
commands =