Skip to content

Commit 18266aa

Browse files
committed
Update linting
1 parent cb9f684 commit 18266aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ commands =
1515
pytest test_pytest_mock.py --assert=plain -ra
1616

1717
[testenv:linting]
18-
skip_install=True
1918
deps =
2019
pytest-flakes
2120
restructuredtext_lint
2221
pygments
2322
commands =
24-
py.test --flakes pytest_mock.py test_pytest_mock.py -m flakes
23+
pytest --flakes pytest_mock.py test_pytest_mock.py -m flakes
2524
rst-lint CHANGELOG.rst README.rst

0 commit comments

Comments
 (0)