Skip to content

Commit

Permalink
Add coverage to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Feb 18, 2017
1 parent 7f487bb commit 79c8b88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
envlist = py34, py35, py36

[testenv]
deps =
pytest>=2.8
pytest-cov>=2.4.0
commands =
pip install -e .
py.test
deps =
pytest==2.8
py.test --cov flask_rest_api

0 comments on commit 79c8b88

Please sign in to comment.