aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 40be4fb5..ae6f5749 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,8 @@ branches:
matrix:
include:
+ - python: 3.4
+ env: TOXENV=pep8
# these are just to make travis's UI a bit prettier
- python: 2.7
env: TOXENV=py27
@@ -115,8 +117,6 @@ matrix:
services: docker
env: TOXENV=docs-linkcheck DOCKER=pyca/cryptography-runner-buster
if: (branch = master AND type != pull_request) OR commit_message =~ /linkcheck/
- - python: 3.4
- env: TOXENV=pep8
- python: 3.7
env: TOXENV=packaging