aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-08 18:53:47 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-08 18:53:47 -0400
commit72500f8b2d2e839c9b5a4dfd00e81884051a1e41 (patch)
tree58609bffe93880446b7a50d0c919d5520db4edfd /.travis.yml
parent7a108629d3358f5f07ddb7a454276e8616aa5e70 (diff)
downloadcryptography-72500f8b2d2e839c9b5a4dfd00e81884051a1e41.tar.gz
cryptography-72500f8b2d2e839c9b5a4dfd00e81884051a1e41.tar.bz2
cryptography-72500f8b2d2e839c9b5a4dfd00e81884051a1e41.zip
use python34 for py3pep8. no sense advertising an out of date python
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 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