Skip to content

Commit 3b94e99

Browse files
committed
Only run pre-commit once
1 parent e822e57 commit 3b94e99

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# install tox" and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py32, py33, py34, py35, py36, py37, py38, pypy3, coverage, checks
7+
envlist = py26, py27, py32, py33, py34, py35, py36, py37, py38, pypy3, coverage
88

99
[testenv]
1010
commands = py.test
@@ -18,11 +18,6 @@ commands = py.test --doctest-glob=README.rst # test documentation
1818
deps = pytest
1919
mock
2020

21-
[testenv:checks]
22-
basepython=python3
23-
commands = pre-commit run -a
24-
deps = pre-commit
25-
2621
[testenv:coverage]
2722
basepython=python3
2823
commands = coverage erase

0 commit comments

Comments
 (0)