Skip to content

Commit

Permalink
Added --run-slow to tox
Browse files Browse the repository at this point in the history
We should run the full suite when executing tox.  Also, updated
coverage minimum to prevent slippage.
  • Loading branch information
retr0h committed Nov 16, 2016
1 parent a445056 commit b601c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[report]
fail_under =
70
94
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps =
-rrequirements.txt
-rtest-requirements.txt
commands =
py.test test/ --cov=gilt {posargs}
py.test --runslow test/ --cov=gilt {posargs}

[testenv:syntax]
deps =
Expand Down

0 comments on commit b601c6a

Please sign in to comment.