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 1, 2021
1 parent 0e5456b commit d585e5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,17 +1,18 @@
dist: xenial
dist: focal
sudo: true
language: python
python:
- "3.7"
- "3.8"
- "3.9"

before_install:
- sudo apt-get install libgeos-dev libproj-dev proj-data graphviz libgfortran3 libblas-dev liblapack-dev

install:
- pip install -r requirements.txt
- pip uninstall -y shapely
- pip install --no-binary shapely shapely
- pip freeze
- apt list --installed

script:
- python ./setup.py unittests

0 comments on commit d585e5b

Please sign in to comment.