diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-02-02 11:39:36 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-02-02 12:09:04 +0100 |
| commit | d723391dbc8f3f06e40b8b57edbc85df99f86bd6 (patch) | |
| tree | 2588bf598f654454b4b126fd7509615e85f19bd4 /travis/osx | |
| parent | c75d1879e5c465f168fcd8800b11044ee3738dee (diff) | |
| download | PROJ-d723391dbc8f3f06e40b8b57edbc85df99f86bd6.tar.gz PROJ-d723391dbc8f3f06e40b8b57edbc85df99f86bd6.zip | |
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.
Diffstat (limited to 'travis/osx')
| -rwxr-xr-x | travis/osx/before_install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
