Skip to content

Commit a01cbce

Browse files
authored
Merge pull request #1814 from nicoddemus/py35-trial-windows
Enable py35-trial testenv on Windows
2 parents 4971525 + 9249810 commit a01cbce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,12 @@ commands=
7878
[testenv:py27-trial]
7979
deps=twisted
8080
commands=
81-
py.test -rsxf {posargs:testing/test_unittest.py}
81+
py.test -ra {posargs:testing/test_unittest.py}
8282

8383
[testenv:py35-trial]
84-
platform=linux|darwin
8584
deps={[testenv:py27-trial]deps}
8685
commands=
87-
py.test -rsxf {posargs:testing/test_unittest.py}
86+
py.test -ra {posargs:testing/test_unittest.py}
8887

8988
[testenv:doctest]
9089
commands=py.test --doctest-modules _pytest

0 commit comments

Comments
 (0)