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 | |
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
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b8206e03..c61682ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ matrix: - libenchant-dev - python: 2.7 env: TOXENV=pep8 - - python: 3.3 + - python: 3.4 env: TOXENV=py3pep8 - language: generic os: osx @@ -69,7 +69,7 @@ commands = flake8 . [testenv:py3pep8] -basepython = python3.3 +basepython = python3.4 deps = flake8 flake8-import-order |