Skip to content

Commit 2127ad0

Browse files
seismanleouieda
authored andcommitted
Support Python 3.7 (#204)
Add tests for Python 3.7 while keeping Python 3.6 as the default version.
1 parent 5f38238 commit 2127ad0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ matrix:
4141
- BUILD_DOCS=true
4242
- DEPLOY_DOCS=true
4343
- DEPLOY_PYPI=true
44+
- os: linux
45+
env:
46+
- PYTHON=3.7
47+
- BUILD_DOCS=true
4448
- os: osx
4549
env:
4650
- PYTHON=3.5
@@ -50,6 +54,10 @@ matrix:
5054
- PYTHON=3.6
5155
- COVERAGE=true
5256
- BUILD_DOCS=true
57+
- os: osx
58+
env:
59+
- PYTHON=3.7
60+
- BUILD_DOCS=true
5361

5462
before_install:
5563
# Get the Fatiando CI scripts

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Topic :: Software Development :: Libraries",
3838
"Programming Language :: Python :: 3.5",
3939
"Programming Language :: Python :: 3.6",
40+
"Programming Language :: Python :: 3.7",
4041
"License :: OSI Approved :: {}".format(LICENSE),
4142
]
4243
PLATFORMS = "Any"

0 commit comments

Comments
 (0)