mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 17:19:52 +00:00
Add venv testenv for testing the new version of flake8
This commit is contained in:
parent
ef0e018fa2
commit
ba56c34494
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
|
|
@ -9,6 +9,11 @@ deps =
|
||||||
commands =
|
commands =
|
||||||
py.test {posargs}
|
py.test {posargs}
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
deps =
|
||||||
|
.
|
||||||
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue