diff --git a/.travis.yml b/.travis.yml index 04d9d07b..0a3e3471 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/setup.py b/setup.py index b3593cf9..38eea6f0 100755 --- a/setup.py +++ b/setup.py @@ -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'] )