Skip to content

Commit f32a84f

Browse files
authored
Merge branch 'master' into development
2 parents 087d929 + e95c6ec commit f32a84f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
[flake8]
22
max-line-length=120
3-
exclude = __init__.py,.tox
3+
exclude = __init__.py
44
ignore = E252,E302,E731,W605
55

66
[tox]
77
envlist = py35,py36,py37,py38
88

99
[testenv]
10-
changedir = tests
1110
deps = -r{toxinidir}/requirements-dev.txt
12-
sitepackages = true
13-
whitelist_externals = flake8,pytest
1411
commands =
15-
flake8
12+
flake8 tests
1613
pytest
1714
passenv =
1815
token

0 commit comments

Comments
 (0)