Have py35 tox env match py34
Very few of our tests can actually be run under py3. The ones that can should still pass on py35, though. Change-Id: Iaf9aaa296e3b21aa0ee513c479a50f3796787f32
This commit is contained in:
parent
9f4a662296
commit
401311ff6a
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