File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ matrix:
41
41
- BUILD_DOCS=true
42
42
- DEPLOY_DOCS=true
43
43
- DEPLOY_PYPI=true
44
+ - os : linux
45
+ env :
46
+ - PYTHON=3.7
47
+ - BUILD_DOCS=true
44
48
- os : osx
45
49
env :
46
50
- PYTHON=3.5
@@ -50,6 +54,10 @@ matrix:
50
54
- PYTHON=3.6
51
55
- COVERAGE=true
52
56
- BUILD_DOCS=true
57
+ - os : osx
58
+ env :
59
+ - PYTHON=3.7
60
+ - BUILD_DOCS=true
53
61
54
62
before_install :
55
63
# Get the Fatiando CI scripts
Original file line number Diff line number Diff line change 37
37
"Topic :: Software Development :: Libraries" ,
38
38
"Programming Language :: Python :: 3.5" ,
39
39
"Programming Language :: Python :: 3.6" ,
40
+ "Programming Language :: Python :: 3.7" ,
40
41
"License :: OSI Approved :: {}" .format (LICENSE ),
41
42
]
42
43
PLATFORMS = "Any"
You can’t perform that action at this time.
0 commit comments