diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-08 18:46:36 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-08 18:46:36 -0500 |
commit | 57df4852891c509917bffca53dffad88a4e914ab (patch) | |
tree | 5b5ab00913a46fc025c52e663df5b1c278a2fe38 /tox.ini | |
parent | 4a4bd3ad448ffbc5adc5e94262b3a727be85f88c (diff) | |
parent | 72500f8b2d2e839c9b5a4dfd00e81884051a1e41 (diff) | |
download | cryptography-57df4852891c509917bffca53dffad88a4e914ab.tar.gz cryptography-57df4852891c509917bffca53dffad88a4e914ab.tar.bz2 cryptography-57df4852891c509917bffca53dffad88a4e914ab.zip |
Merge pull request #2229 from alex/py34-pep8
use python34 for py3pep8. no sense advertising an out of date python
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ commands = flake8 . [testenv:py3pep8] -basepython = python3.3 +basepython = python3.4 deps = flake8 flake8-import-order |