We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 087d929 + e95c6ec commit f32a84fCopy full SHA for f32a84f
1 file changed
tox.ini
@@ -1,18 +1,15 @@
1
[flake8]
2
max-line-length=120
3
-exclude = __init__.py,.tox
+exclude = __init__.py
4
ignore = E252,E302,E731,W605
5
6
[tox]
7
envlist = py35,py36,py37,py38
8
9
[testenv]
10
-changedir = tests
11
deps = -r{toxinidir}/requirements-dev.txt
12
-sitepackages = true
13
-whitelist_externals = flake8,pytest
14
commands =
15
- flake8
+ flake8 tests
16
pytest
17
passenv =
18
token
0 commit comments