Skip to content

Commit

Permalink
update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarasiak committed Dec 6, 2019
1 parent 99f3bfe commit cd595a8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
dist: bionic
language: python
os : linux
python:
- "3.6"
- "3.7"
- "3.8"

addons:
apt:
packages:
- libgdal-dev
matrix:
include:
- os: linux
python: 3.6
- os: linux
python: 3.7

before_install:
- sudo add-apt-repository --yes ppa:ubuntugis/ppa
Expand Down

0 comments on commit cd595a8

Please sign in to comment.