Skip to content

Commit

Permalink
fix bug in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
obestwalter committed Jul 15, 2017
1 parent 25603c1 commit fb4eb01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ deps = flake8
commands = flake8 {toxinidir}/mau_mau {toxinidir}/tests --show-source

[testenv:tests]
envdir = {toxworkdir}/tests
usedevelop = True
description = run automatic tests using pytest
deps = pytest
extras = tests
commands =
pytest {toxinidir}/tests
commands = pytest {toxinidir}/tests

[testenv:docs-auto]
description = run local server that serves and rebuilds documentation
Expand Down

0 comments on commit fb4eb01

Please sign in to comment.