No need to install into flake8 environments

This commit is contained in:
Dave Hunt 2016-09-23 14:10:59 +01:00
parent e71663f32b
commit b5f404bee7
No known key found for this signature in database
GPG Key ID: 4000D32ABB02F959
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ deps =
pytest-rerunfailures
[testenv:flake8]
skip_install = true
basepython = python
deps = flake8
commands = flake8 {posargs:.}