From 2c83570f6310cb36553af274eb41dd8e2b96b58e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 28 Jul 2019 17:25:25 -0400 Subject: Run pep8 tests first in travis (#4958) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3