Merge "Have py35 tox env match py34"
This commit is contained in:
commit
ea961cfef2
4
tox.ini
4
tox.ini
@ -29,6 +29,10 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
commands =
|
commands =
|
||||||
nosetests test/unit/common/test_exceptions.py
|
nosetests test/unit/common/test_exceptions.py
|
||||||
|
|
||||||
|
[testenv:py35]
|
||||||
|
commands =
|
||||||
|
nosetests test/unit/common/test_exceptions.py
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user