Skip to content

Commit 52d4dd1

Browse files
committed
CI: Test Python 3.8
1 parent 7dd3b37 commit 52d4dd1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ python:
77
- 3.5
88
- 3.6
99
- 3.7
10+
- 3.8
1011

11-
# NOTE: Any changes to the matrix section should be duplicated below for
12-
# Python 3.4
1312
env:
1413
global:
1514
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
@@ -28,7 +27,7 @@ env:
2827
CI_SKIP_TEST=1
2928
- INSTALL_DEB_DEPENDECIES=true
3029
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
31-
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
30+
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS --upgrade"
3231
CI_SKIP_TEST=1
3332

3433
matrix:

0 commit comments

Comments
 (0)