Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 4, 2021
1 parent d957199 commit 396b4b4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .travis.yml
Expand Up @@ -2,23 +2,23 @@ dist: focal
sudo: true
language: python
python:
- "3.7"
- "3.8"
- "3.9"
- "3.7"
- "3.8"
- "3.9"

before_install:
- sudo apt-get install libgeos-dev libproj-dev proj-data graphviz libblas-dev liblapack-dev
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- sudo ./llvm.sh 10
- ls /usr/bin/llvm*
- export LLVM_CONFIG=/usr/bin/llvm-config
# - sudo ln -s /usr/bin/llvm-config-10 /usr/bin/llvm-config
- sudo apt-get install libgeos-dev libproj-dev proj-data graphviz libblas-dev liblapack-dev
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- sudo ./llvm.sh 10
- ls /usr/bin/llvm*
- export LLVM_CONFIG=/usr/bin/llvm-config
# - sudo ln -s /usr/bin/llvm-config-10 /usr/bin/llvm-config

install:
- pip install -r requirements.txt
- pip uninstall -y shapely
- pip install --no-binary shapely shapely
- pip install -r requirements.txt
- pip uninstall -y shapely
- pip install --no-binary shapely shapely

script:
- python ./setup.py unittests
- python ./setup.py unittests

0 comments on commit 396b4b4

Please sign in to comment.