File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ install:
28
28
travis_retry sudo apt-get update -qq;
29
29
travis_retry sudo apt-get install mencoder;
30
30
fi;
31
- - pip install -q coverage coveralls nose-timer nibabel flake8
32
- - pip install .[save_movie]
31
+ - pip install -q coverage coveralls nose-timer nibabel flake8 imageio
32
+ - python setup.py build
33
+ - python setup.py install
33
34
- SRC_DIR=$(pwd)
34
35
35
36
before_script :
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ install:
23
23
24
24
# Install the dependencies of the project.
25
25
- " conda install --yes --quiet ipython==1.1.0 numpy scipy mayavi matplotlib nose imaging"
26
- - " pip install -q nose-timer"
27
- - " pip install -e .[save_movie] "
26
+ - " pip install -q nose-timer nibabel imageio "
27
+ - " python setup.py develop "
28
28
- " SET SUBJECTS_DIR=%CD%\\ subjects"
29
29
30
30
build : false # Not a C# project, build stuff at the test step instead.
You can’t perform that action at this time.
0 commit comments