commit | ac85fa96e31c9d1afa6681dd0c7fc43e8bb0a09f | [log] [tgz] |
---|---|---|
author | Terry Chia <terrycwk1994@gmail.com> | Sun Aug 16 13:55:46 2015 +0800 |
committer | Terry Chia <terrycwk1994@gmail.com> | Sun Aug 16 13:55:46 2015 +0800 |
tree | 09e8768683d5eb0d6e3b366103e3f5b97bc016c3 | |
parent | f7644ca71eaa25ebf511a49fa22b3cd7f44c0c33 [diff] [blame] |
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