Skip to content

Commit 5361602

Browse files
Merge pull request #190 from The-Compiler/linters
Don't run tests in linters tox env
2 parents 40303f5 + eaadc52 commit 5361602

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)