commit | 222e61d5855059c4267b04e5a5657b8db7719cc5 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Aug 19 08:45:04 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Aug 19 08:45:04 2015 -0400 |
tree | 09e8768683d5eb0d6e3b366103e3f5b97bc016c3 | |
parent | f7644ca71eaa25ebf511a49fa22b3cd7f44c0c33 [diff] | |
parent | ac85fa96e31c9d1afa6681dd0c7fc43e8bb0a09f [diff] |
Merge pull request #2279 from Ayrx/patch-1 Make py3pep8 tox target use a general python3.
diff --git a/tox.ini b/tox.ini index feebf28..7ee4d80 100644 --- a/tox.ini +++ b/tox.ini
@@ -69,7 +69,7 @@ flake8 . [testenv:py3pep8] -basepython = python3.4 +basepython = python3 deps = flake8 flake8-import-order