Enable py35-trial testenv on Windows
This commit is contained in:
parent
497152505e
commit
92498109e4
5
tox.ini
5
tox.ini
|
@ -78,13 +78,12 @@ commands=
|
||||||
[testenv:py27-trial]
|
[testenv:py27-trial]
|
||||||
deps=twisted
|
deps=twisted
|
||||||
commands=
|
commands=
|
||||||
py.test -rsxf {posargs:testing/test_unittest.py}
|
py.test -ra {posargs:testing/test_unittest.py}
|
||||||
|
|
||||||
[testenv:py35-trial]
|
[testenv:py35-trial]
|
||||||
platform=linux|darwin
|
|
||||||
deps={[testenv:py27-trial]deps}
|
deps={[testenv:py27-trial]deps}
|
||||||
commands=
|
commands=
|
||||||
py.test -rsxf {posargs:testing/test_unittest.py}
|
py.test -ra {posargs:testing/test_unittest.py}
|
||||||
|
|
||||||
[testenv:doctest]
|
[testenv:doctest]
|
||||||
commands=py.test --doctest-modules _pytest
|
commands=py.test --doctest-modules _pytest
|
||||||
|
|
Loading…
Reference in New Issue