Skip to content

Commit

Permalink
rework the tox so that it uses packages correctly, then just add py3.…
Browse files Browse the repository at this point in the history
…8 to the envlist
  • Loading branch information
0dminnimda committed Jul 21, 2020
1 parent 8d85536 commit cc6a94d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
[flake8]
max-line-length=120
exclude = __init__.py,.tox
exclude = __init__.py
ignore = E252,E302,E731,W605

[tox]
envlist = py35,py36,py37
envlist = py35,py36,py37,py38

[testenv]
changedir = tests
deps = -r{toxinidir}/requirements-dev.txt
sitepackages = true
whitelist_externals = pytest
commands =
flake8
flake8 tests
pytest
passenv =
token
Expand Down

0 comments on commit cc6a94d

Please sign in to comment.