diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-10 09:29:57 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-10 09:29:57 -0500 |
| commit | 2dec2ebc6e3638b665c5a2c36d41363e046eeb13 (patch) | |
| tree | c11e413c08ab2e25a36d009311f6cd2ad86e5e12 | |
| parent | edd84fba5298cedfb3c6f456a00107f1d3f642c2 (diff) | |
| download | flake8-2dec2ebc6e3638b665c5a2c36d41363e046eeb13.tar.gz | |
Set default python for flake8 testenv
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ commands = # Linters [testenv:flake8] +basepython = python3 skip_install = true deps = flake8 |
