commit | 72500f8b2d2e839c9b5a4dfd00e81884051a1e41 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Aug 08 18:53:47 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Aug 08 18:53:47 2015 -0400 |
tree | 58609bffe93880446b7a50d0c919d5520db4edfd | |
parent | 7a108629d3358f5f07ddb7a454276e8616aa5e70 [diff] [blame] |
use python34 for py3pep8. no sense advertising an out of date python
diff --git a/tox.ini b/tox.ini index 272f5b5..feebf28 100644 --- a/tox.ini +++ b/tox.ini
@@ -69,7 +69,7 @@ flake8 . [testenv:py3pep8] -basepython = python3.3 +basepython = python3.4 deps = flake8 flake8-import-order