Skip to content

Commit 8cbc1e8

Browse files
author
Richard O'Dwyer
committed
tox config
1 parent 4b872f8 commit 8cbc1e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ envlist = py{38}-normal,lint
55

66
commands =
77
flake8 {toxinidir}
8-
# coverage erase
9-
# pytest --cov=. {toxinidir}/tests
8+
coverage erase
9+
pytest --cov=. {toxinidir}/tests/tests.py
1010

1111
deps =
1212
-rrequirements-dev.txt

0 commit comments

Comments
 (0)