From 93913ef2fa17d0536f238d333ed515755dc128c7 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 7 Mar 2020 11:19:52 +0000 Subject: [PATCH] Remove debugging fail on s390x --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa807aff..02b90836 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,6 @@ jobs: services: docker arch: s390x env: PYTHON=python - script: false allow_failures: # must repeat the s390x job above exactly to match @@ -50,7 +49,6 @@ jobs: services: docker arch: s390x env: PYTHON=python - script: false install: $PYTHON -m pip install -r requirements-dev.txt