Set default python for flake8 testenv

This commit is contained in:
Ian Cordasco 2016-07-10 09:29:57 -05:00
parent edd84fba52
commit 2dec2ebc6e
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -28,6 +28,7 @@ commands =
# Linters
[testenv:flake8]
basepython = python3
skip_install = true
deps =
flake8