We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3243c53 commit ee60c3eCopy full SHA for ee60c3e
.travis.yml
@@ -1,5 +1,5 @@
1
language: python
2
-sudo: false
+os: linux
3
dist: xenial
4
notifications:
5
email: change
@@ -9,15 +9,15 @@ python:
9
- 3.7
10
11
env:
12
- matrix:
+ jobs:
13
- CHECK_TYPE=linting
14
- CHECK_TYPE=docdoctest
15
- CHECK_TYPE=test
16
- CHECK_TYPE=test INSTALL_NUMBA=true
17
global:
18
- INSTALL_TYPE=setup
19
20
-matrix:
+jobs:
21
include:
22
- python: 3.6
23
environment.yml
@@ -3,7 +3,7 @@ channels:
- defaults
- conda-forge
dependencies:
6
- - python>=3.6
+ - python==3.7
7
- matplotlib
8
- nibabel
- nilearn
0 commit comments