diff --git a/tox.ini b/tox.ini index 524bf30..dff2692 100644 --- a/tox.ini +++ b/tox.ini @@ -38,10 +38,10 @@ deps = pytest commands = coverage run -m pytest {posargs} + coverage run -a tests/manage.py behave --tags=~@failing --tags=~@requires-live-http --simple {posargs} + coverage run -a tests/manage.py behave --tags=~@failing {posargs} coverage xml coverage report - python tests/manage.py behave --tags=~@failing --tags=~@requires-live-http --simple {posargs} - python tests/manage.py behave --tags=~@failing {posargs} [testenv:clean] description = Remove Python bytecode and other debris