Skip to content

Commit ee60c3e

Browse files
committed
[TEST] Try updating qt to fix RuntimeError
?? Maybe this will work ??
1 parent 3243c53 commit ee60c3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
2-
sudo: false
2+
os: linux
33
dist: xenial
44
notifications:
55
email: change
@@ -9,15 +9,15 @@ python:
99
- 3.7
1010

1111
env:
12-
matrix:
12+
jobs:
1313
- CHECK_TYPE=linting
1414
- CHECK_TYPE=docdoctest
1515
- CHECK_TYPE=test
1616
- CHECK_TYPE=test INSTALL_NUMBA=true
1717
global:
1818
- INSTALL_TYPE=setup
1919

20-
matrix:
20+
jobs:
2121
include:
2222
- python: 3.6
2323
env:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- python>=3.6
6+
- python==3.7
77
- matplotlib
88
- nibabel
99
- nilearn

0 commit comments

Comments
 (0)