We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fe81f commit fc220fcCopy full SHA for fc220fc
tox.ini
@@ -2,9 +2,7 @@
2
envlist =
3
py{27,34,35,36}-{local,integ,accept,examples},
4
bandit, doc8, readme, docs,
5
- flake8, pylint,
6
- flake8-tests, pylint-tests,
7
- flake8-examples, pylint-examples
+ {flake8,pylint}{,-tests,-examples}
8
9
# Additional test environments:
10
# vulture :: Runs vulture. Prone to false-positives.
0 commit comments