Don't run tests in linters tox env

pytest-pep8 adds some new tests, but without selecting only them (via -m
pep8), the tests would run in the linters env as well.
This commit is contained in:
Florian Bruhin 2016-06-30 09:03:16 +02:00
parent e76b066e6d
commit eaadc52dd3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ deps = -r{toxinidir}/requirements-testing.txt
[testenv:linters]
interpreter=python2.7
commands={[testenv]commands} pytest_bdd --pep8
commands={[testenv]commands} pytest_bdd --pep8 -m pep8
[testenv:py27-xdist]
basepython=python2.7