Skip to content

Commit bc4acaa

Browse files
committed
Skip installing the package when running flake8
1 parent 3318c43 commit bc4acaa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
envlist = py{27,36,py,py3}, flake8
88

99
[testenv]
10-
deps =
11-
pytest-localserver
10+
deps = pytest-localserver
1211
commands = py.test -v -r a {posargs}
1312

1413
[testenv:flake8]
15-
basepython = python
14+
skip_install = true
1615
deps = flake8
1716
commands = flake8 {posargs:.}

0 commit comments

Comments
 (0)