aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-07-28 17:25:25 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-07-28 16:25:25 -0500
commit2c83570f6310cb36553af274eb41dd8e2b96b58e (patch)
tree56c71d79a1846b6b874d5dd0556a75a763fe27ed /.travis.yml
parent2d3b420383fc6aa16675e04caec56ca6b16069a1 (diff)
downloadcryptography-2c83570f6310cb36553af274eb41dd8e2b96b58e.tar.gz
cryptography-2c83570f6310cb36553af274eb41dd8e2b96b58e.tar.bz2
cryptography-2c83570f6310cb36553af274eb41dd8e2b96b58e.zip
Run pep8 tests first in travis (#4958)
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