Skip to content

Commit fc220fc

Browse files
committed
condensing tox linting envlist listing
1 parent f8fe81f commit fc220fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
envlist =
33
py{27,34,35,36}-{local,integ,accept,examples},
44
bandit, doc8, readme, docs,
5-
flake8, pylint,
6-
flake8-tests, pylint-tests,
7-
flake8-examples, pylint-examples
5+
{flake8,pylint}{,-tests,-examples}
86

97
# Additional test environments:
108
# vulture :: Runs vulture. Prone to false-positives.

0 commit comments

Comments
 (0)