Skip to content

Commit

Permalink
Merge pull request #147 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Add Python 3.7 classifier and test on CI
  • Loading branch information
tkrajina authored Dec 28, 2018
2 parents b9219a9 + 957802f commit a9b9eff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ python:
- 3.4
- 3.5
- 3.6
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

env:
- XMLPARSER=LXML
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
scripts=['gpxinfo']
)

0 comments on commit a9b9eff

Please sign in to comment.