Skip to content

Commit

Permalink
Merge pull request #67 from 0dminnimda/use-in-tox-py3.8
Browse files Browse the repository at this point in the history
rework the tox so that it uses packages correctly, then just add py3.…
  • Loading branch information
SharpBit committed Jul 21, 2020
2 parents 8d85536 + cc6a94d commit e95c6ec
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 e95c6ec

Please sign in to comment.