We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd3b37 commit 52d4dd1Copy full SHA for 52d4dd1
.travis.yml
@@ -7,9 +7,8 @@ python:
7
- 3.5
8
- 3.6
9
- 3.7
10
+- 3.8
11
-# NOTE: Any changes to the matrix section should be duplicated below for
12
-# Python 3.4
13
env:
14
global:
15
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
@@ -28,7 +27,7 @@ env:
28
27
CI_SKIP_TEST=1
29
- INSTALL_DEB_DEPENDECIES=true
30
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
31
- EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
+ EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS --upgrade"
32
33
34
matrix:
0 commit comments