Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 546108f

Browse files
committed
Coverage task only needs codacy dependencies
1 parent 7629536 commit 546108f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ commands=prospector
1414

1515
[testenv:coverage]
1616
usedevelop=True
17-
deps=.[dev,codacy]
17+
deps=.[codacy]
1818
passenv =
1919
HOME
2020
CODACY_PROJECT_TOKEN
21-
commands=py.test
22-
python-codacy-coverage -r ./build/reports/coverage.xml
21+
commands=python-codacy-coverage -r ./build/reports/coverage.xml

0 commit comments

Comments
 (0)