summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-10 09:29:57 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-10 09:29:57 -0500
commit2dec2ebc6e3638b665c5a2c36d41363e046eeb13 (patch)
treec11e413c08ab2e25a36d009311f6cd2ad86e5e12
parentedd84fba5298cedfb3c6f456a00107f1d3f642c2 (diff)
downloadflake8-2dec2ebc6e3638b665c5a2c36d41363e046eeb13.tar.gz
Set default python for flake8 testenv
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 42dac04..f0bcb28 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,7 @@ commands =
# Linters
[testenv:flake8]
+basepython = python3
skip_install = true
deps =
flake8