Skip to content

Commit

Permalink
Try to fix travis-ci missing python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jan 22, 2017
1 parent bd2e3a3 commit af65d4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ addons:
packages:
- gdal-bin
- libgdal-dev
- python3.5-dev
- python3.6-dev

language: python
python:
- 3.5
- 3.6
python: 3.6
env:
- TOX_ENV=quality-check
- TOX_ENV=pypy
Expand Down

0 comments on commit af65d4a

Please sign in to comment.