From 92498109e48f2f174f9fca1e6511e688d65b1ad2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 17 Aug 2016 21:20:12 -0300 Subject: [PATCH] Enable py35-trial testenv on Windows --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index b16a06887..31e1c0b41 100644 --- a/tox.ini +++ b/tox.ini @@ -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