From d723391dbc8f3f06e40b8b57edbc85df99f86bd6 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 2 Feb 2018 11:39:36 +0100 Subject: Remove GIGS Python test suite. All the GIGS JSON files have been converted to the gie format and are now covered by running "make check". Therefore we no longer need the Python setup. Removing it from the Travis CI setup should speed up the test execution time a bit. --- travis/osx/before_install.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'travis/osx') diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh index e4d3b00d..17c0e141 100755 --- a/travis/osx/before_install.sh +++ b/travis/osx/before_install.sh @@ -2,8 +2,6 @@ set -e -sudo easy_install pip - ./travis/before_install.sh brew update -- cgit v1.2.3