Skip to content

Commit 61f6ecf

Browse files
committed
CI: Resolve Travis warnings, remove redundant job
1 parent ee4b703 commit 61f6ecf

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# for it to be on multiple physical lines, so long as you remember: - There
55
# can't be any leading "-"s - All newlines will be removed, so use ";"s
66

7+
os: linux
78
dist: xenial
8-
sudo: true
99
language: python
10-
1110
cache: pip
11+
1212
env:
1313
global:
1414
- SETUP_REQUIRES="pip setuptools>=30.3.0 wheel"
@@ -26,7 +26,7 @@ python:
2626
- 3.7
2727
- 3.8
2828

29-
matrix:
29+
jobs:
3030
include:
3131
# Old nosetests - Remove soon
3232
- python: 3.7
@@ -36,11 +36,6 @@ matrix:
3636
- python: 3.5
3737
env:
3838
- DEPENDS="-r requirements.txt"
39-
# Clean install
40-
- python: 3.5
41-
env:
42-
- DEPENDS=""
43-
- CHECK_TYPE=skiptests
4439
# Absolute minimum dependencies
4540
- python: 3.5
4641
env:
@@ -110,7 +105,6 @@ install:
110105
fi
111106
# Basic import check
112107
- python -c 'import nibabel; print(nibabel.__version__)'
113-
- if [ "$CHECK_TYPE" == "skiptests" ]; then exit 0; fi
114108

115109
before_script:
116110
# Point to nibabel data directory

0 commit comments

Comments
 (0)