mirror of
https://github.com/oDinZu/natural-earth-vector.git
synced 2025-02-23 00:02:17 -05:00
.travis: keep only osx and docker based test
This commit is contained in:
parent
51078f9429
commit
8bfe7ed9d5
34
.travis.yml
34
.travis.yml
@ -67,23 +67,23 @@ matrix:
|
||||
# - ./run_all.sh
|
||||
|
||||
|
||||
- language: python
|
||||
python: 3.6
|
||||
os: linux
|
||||
env:
|
||||
- nedocker=NO
|
||||
sudo: required
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
|
||||
- sudo apt-get --yes --force-yes update -qq
|
||||
- sudo apt-get install --yes gdal-bin jq
|
||||
- pip3 install -U SPARQLWrapper
|
||||
- pip3 install -U fiona
|
||||
- python -c "import fiona"
|
||||
- pip3 install -U csvtomd
|
||||
- pip3 install -U requests
|
||||
script:
|
||||
- ./run_all.sh
|
||||
# - language: python
|
||||
# python: 3.6
|
||||
# os: linux
|
||||
# env:
|
||||
# - nedocker=NO
|
||||
# sudo: required
|
||||
# before_install:
|
||||
# - sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
|
||||
# - sudo apt-get --yes --force-yes update -qq
|
||||
# - sudo apt-get install --yes gdal-bin jq
|
||||
# - pip3 install -U SPARQLWrapper
|
||||
# - pip3 install -U fiona
|
||||
# - python -c "import fiona"
|
||||
# - pip3 install -U csvtomd
|
||||
# - pip3 install -U requests
|
||||
# script:
|
||||
# - ./run_all.sh
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user