From fc33e813231a9a78012080193a4a2a96951515da Mon Sep 17 00:00:00 2001
From: Richard van der Hoff <richard@matrix.org>
Date: Thu, 25 Oct 2018 00:44:55 +0100
Subject: [PATCH] Combine the pep8 and check_isort builds into one

there's really no point spinning up two separate jobs for these.
---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 56e10dbdc6..64079b56f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
     env: TOX_ENV=packaging
 
   - python: 3.6
-    env: TOX_ENV=pep8
+    env: TOX_ENV="pep8, check_isort"
 
   - python: 2.7
     env: TOX_ENV=py27
@@ -46,9 +46,6 @@ matrix:
     services:
       - postgresql
 
-  - python: 3.6
-    env: TOX_ENV=check_isort
-
   - # we only need to check for the newsfragment if it's a PR build
     if: type = pull_request
     python: 3.6
-- 
GitLab