aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-08 18:46:36 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-08 18:46:36 -0500
commit57df4852891c509917bffca53dffad88a4e914ab (patch)
tree5b5ab00913a46fc025c52e663df5b1c278a2fe38 /tox.ini
parent4a4bd3ad448ffbc5adc5e94262b3a727be85f88c (diff)
parent72500f8b2d2e839c9b5a4dfd00e81884051a1e41 (diff)
downloadcryptography-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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 272f5b59..feebf280 100644
--- a/tox.ini
+++ b/tox.ini
@@ -69,7 +69,7 @@ commands =
flake8 .
[testenv:py3pep8]
-basepython = python3.3
+basepython = python3.4
deps =
flake8
flake8-import-order