Skip to content

Commit

Permalink
fix coverage path for sdist based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed Jul 6, 2018
1 parent 5175d67 commit 3438f78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
envlist = py27,py34,py35,py36

[testenv]
usedevelop = True
deps = -rpackaging/requirements-test.txt
commands = py.test -vs --cov --cov-report term-missing --pylama
commands = py.test -vs --cov {envsitepackagesdir}/rptk --cov-report term-missing --pylama

0 comments on commit 3438f78

Please sign in to comment.