Skip to content

Commit fb9171f

Browse files
authored
Merge pull request #1171 from PyCQA/pytest
run testsuite with pytest
2 parents 2fe4483 + 7f6e368 commit fb9171f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ skip_missing_interpreters = True
1111
deps =
1212
covdefaults
1313
coverage
14+
pytest
1415
commands =
1516
python -m pycodestyle --statistics pycodestyle.py
1617
coverage run -m pycodestyle --max-doc-length=72 --testsuite testing/data
1718
coverage run -m pycodestyle --max-doc-length=72 --doctest
18-
coverage run -m unittest discover testsuite -vv
19+
coverage run -m pytest testsuite
1920
coverage combine
2021
coverage report
2122

0 commit comments

Comments
 (0)