Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-report-outcom…
Browse files Browse the repository at this point in the history
…e-for-xpass
  • Loading branch information
nicoddemus committed Aug 18, 2016
2 parents 0fb34cd + a01cbce commit 68ebf55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,12 @@ commands=
[testenv:py27-trial]
deps=twisted
commands=
py.test -rsxf {posargs:testing/test_unittest.py}
py.test -ra {posargs:testing/test_unittest.py}

[testenv:py35-trial]
platform=linux|darwin
deps={[testenv:py27-trial]deps}
commands=
py.test -rsxf {posargs:testing/test_unittest.py}
py.test -ra {posargs:testing/test_unittest.py}

[testenv:doctest]
commands=py.test --doctest-modules _pytest
Expand Down

0 comments on commit 68ebf55

Please sign in to comment.