Skip to content

Commit 6448e34

Browse files
author
Daniel Gallagher
committed
Stop running flake8 and isort as part of tox since they are now run as part of pre-commit
1 parent 0fd5d6d commit 6448e34

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tox.ini

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = flake8,isort,py27,py34,py35,py36,pre-commit,pypy,docs
2+
envlist = py27,py34,py35,py36,pre-commit,pypy,docs
33

44
[testenv]
55
deps =
@@ -22,17 +22,6 @@ setenv =
2222
commands =
2323
pre-commit {posargs:run --all-files}
2424

25-
[testenv:flake8]
26-
deps = flake8
27-
commands = flake8
28-
29-
[testenv:isort]
30-
basepython=python3.5
31-
deps =
32-
isort==3.9.6
33-
gevent==1.1rc1
34-
commands = isort -rc graphql
35-
3625
[testenv:docs]
3726
changedir = docs
3827
deps = sphinx

0 commit comments

Comments
 (0)