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/install.sh | |
| 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/install.sh')
| -rwxr-xr-x | travis/install.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/travis/install.sh b/travis/install.sh index 5f520902..8b7a7b90 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -82,21 +82,4 @@ if [ $TRAVIS_OS_NAME == "osx" ]; then make -j3 PROJ_LIB=$GRIDDIR make check -# install & run the working GIGS test - # create locations that pyproj understands -ln -s src include -ln -s src/.libs lib -mkdir share -ln -s nad share/proj -pwd - # install pyproj -export CFLAGS= -PROJ_DIR=`pwd` pip install -v --user pyproj - -cd test/gigs - # run test_json.py -PROJ_LIB=../../nad python test_json.py --test conversion 5101.1-jhs.json 5101.4-jhs-etmerc.json 5105.2.json 5106.json 5108.json 5110.json 5111.1.json -PROJ_LIB=../../nad python test_json.py 5101.2-jhs.json 5101.3-jhs.json 5102.1.json 5103.1.json 5103.2.json 5103.3.json 5107.json 5109.json 5112.json 5113.json 5201.json 5208.json -cd ../.. - mv src/.libs/*.gc* src |
