Skip to content

Commit 9c07ff6

Browse files
author
Ming
committed
update tox pytest deps
1 parent 69c0861 commit 9c07ff6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ max-line-length= 100
99
exclude= tests/*
1010

1111
[testenv]
12-
deps = pytest
12+
deps =
13+
pytest
14+
pytest-cov
15+
pytest-django
16+
pytest-pythonpath
1317
commands=py.test --cov-report term-missing --cov cas --tb native {posargs:tests}
1418

1519
[testenv:flake8]

0 commit comments

Comments
 (0)