File tree 1 file changed +3
-9
lines changed 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 4
4
# for it to be on multiple physical lines, so long as you remember: - There
5
5
# can't be any leading "-"s - All newlines will be removed, so use ";"s
6
6
7
+ os : linux
7
8
dist : xenial
8
- sudo : true
9
9
language : python
10
-
11
10
cache : pip
11
+
12
12
env :
13
13
global :
14
14
- SETUP_REQUIRES="pip setuptools>=30.3.0 wheel"
@@ -26,7 +26,7 @@ python:
26
26
- 3.7
27
27
- 3.8
28
28
29
- matrix :
29
+ jobs :
30
30
include :
31
31
# Old nosetests - Remove soon
32
32
- python : 3.7
@@ -36,11 +36,6 @@ matrix:
36
36
- python : 3.5
37
37
env :
38
38
- DEPENDS="-r requirements.txt"
39
- # Clean install
40
- - python : 3.5
41
- env :
42
- - DEPENDS=""
43
- - CHECK_TYPE=skiptests
44
39
# Absolute minimum dependencies
45
40
- python : 3.5
46
41
env :
@@ -110,7 +105,6 @@ install:
110
105
fi
111
106
# Basic import check
112
107
- python -c 'import nibabel; print(nibabel.__version__)'
113
- - if [ "$CHECK_TYPE" == "skiptests" ]; then exit 0; fi
114
108
115
109
before_script :
116
110
# Point to nibabel data directory
You can’t perform that action at this time.
0 commit comments