Skip to content

Commit eaadc52

Browse files
committed
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.
1 parent e76b066 commit eaadc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps = -r{toxinidir}/requirements-testing.txt
1010

1111
[testenv:linters]
1212
interpreter=python2.7
13-
commands={[testenv]commands} pytest_bdd --pep8
13+
commands={[testenv]commands} pytest_bdd --pep8 -m pep8
1414

1515
[testenv:py27-xdist]
1616
basepython=python2.7

0 commit comments

Comments
 (0)