Skip to content

Commit

Permalink
Run test suite against Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fitodic committed Jan 2, 2020
1 parent 4aefa54 commit bfe6634
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ matrix:
env:
- TOXENV=py37-gdal2.3.3
- GDALVERSION=2.3.3
- python: 3.8
stage: test
env:
- TOXENV=py38-gdal2.3.3
- GDALVERSION=2.3.3
- python: 2.7
stage: test
env:
Expand All @@ -73,12 +78,13 @@ matrix:
env:
- TOXENV=py37-gdal2.4.0
- GDALVERSION=2.4.0
- python: 3.8
stage: test
env:
- TOXENV=py38-gdal2.4.0
- GDALVERSION=2.4.0
- python: 3.7
stage: deploy
addons: skip
before_install: skip
script: skip
after_success: skip
deploy:
provider: pypi
user: fitodic
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.7
envlist = lint,py{27,36,37}-gdal{2.3.3,2.4.0},docs,manifest,pypi-description
envlist = lint,py{27,36,37,38}-gdal{2.3.3,2.4.0},docs,manifest,pypi-description

[testenv]
description = run the test suite
Expand Down

0 comments on commit bfe6634

Please sign in to comment.