We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d85536 + cc6a94d commit e95c6ecCopy full SHA for e95c6ec
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
+envlist = py35,py36,py37,py38
8
9
[testenv]
10
-changedir = tests
11
deps = -r{toxinidir}/requirements-dev.txt
12
-sitepackages = true
13
-whitelist_externals = pytest
14
commands =
15
- flake8
+ flake8 tests
16
pytest
17
passenv =
18
token
0 commit comments