Skip to content

Commit e95c6ec

Browse files
authored
Merge pull request #67 from 0dminnimda/use-in-tox-py3.8
rework the tox so that it uses packages correctly, then just add py3.…
2 parents 8d85536 + cc6a94d commit e95c6ec

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

tox.ini

Lines changed: 3 additions & 6 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]
7-
envlist = py35,py36,py37
7+
envlist = py35,py36,py37,py38
88

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

0 commit comments

Comments
 (0)