Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Jul 22, 2020
2 parents 087d929 + e95c6ec commit f32a84f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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,py38

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

0 comments on commit f32a84f

Please sign in to comment.