Skip to content

Commit

Permalink
Update tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre committed Aug 25, 2019
1 parent ca9cd53 commit a50ed00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setenv =
deps =
-r{toxinidir}/test-requirements.txt
commands =
pytest tests --timeout=30 --duration=10 {posargs}
pytest tests --timeout=30 {posargs}

[testenv:lint]
setenv =
Expand All @@ -29,4 +29,4 @@ setenv =
deps =
-r{toxinidir}/test-requirements.txt
commands =
pytest tests --timeout=30 --duration=10 --cov {posargs}
pytest tests --timeout=30 --cov {posargs}

0 comments on commit a50ed00

Please sign in to comment.