From f37279f75dc1828e6c4f2aee0b10c2ae40b189fa Mon Sep 17 00:00:00 2001 From: cclauss Date: Thu, 4 Jul 2019 21:48:44 +0200 Subject: [PATCH] Swap test order --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 43d79667d280..b021c2119364 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,6 @@ install: - sudo pip install pep8 script: - set -euo pipefail + - ./scripts/py-style-check.sh - ./scripts/check-helpers.sh - ./scripts/py-style-check.sh