Skip to content

Commit

Permalink
test(tox): init tox.ini
Browse files Browse the repository at this point in the history
Issue pycontw#7
  • Loading branch information
tai271828 committed May 24, 2020
1 parent bb93c88 commit 3952a13
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[tox]
envlist = py37
skipsdist = true

[testenv]
deps = pipenv
commands =
pipenv install --dev
pytest {posargs}

[flake8]
ignore = E221,E241,W504
exclude =
.cache,
.git,
.tox,
__pycache__,
node_modules,
max-complexity = 10

0 comments on commit 3952a13

Please sign in to comment.