mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +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 =
|
||||
py.test {posargs}
|
||||
|
||||
[testenv:venv]
|
||||
deps =
|
||||
.
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:flake8]
|
||||
skipsdist = true
|
||||
skip_install = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue