Skip to content

Commit 68a7e4f

Browse files
committed
CI: Clean up travis.yml
1 parent 2b1957e commit 68a7e4f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
os: linux
12
dist: xenial
2-
sudo: true
33

44
language: python
55
# our build matrix
@@ -8,15 +8,13 @@ python:
88
- 3.6
99
- 3.7
1010

11-
# NOTE: Any changes to the matrix section should be duplicated below for
12-
# Python 3.4
1311
env:
1412
global:
1513
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
1614
- PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
1715
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
1816
- CHECK_TYPE=test
19-
matrix:
17+
jobs:
2018
- INSTALL_DEB_DEPENDECIES=true
2119
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
2220
CI_SKIP_TEST=1
@@ -31,7 +29,7 @@ env:
3129
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS --upgrade"
3230
CI_SKIP_TEST=1
3331

34-
matrix:
32+
jobs:
3533
include:
3634
- python: 3.7
3735
env:

0 commit comments

Comments
 (0)