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 9ed64d0 commit cf5b91dCopy full SHA for cf5b91d
.travis.yml
@@ -55,8 +55,7 @@ install:
55
pip install https://github.com/dmsurti/mayavi/archive/4d4aaf315a29d6a86707dd95149e27d9ed2225bf.zip;
56
pip install -e git+https://github.com/enthought/ets.git#egg=ets;
57
fi
58
-- pip install -r requirements.txt # finish remaining requirements
59
-- python setup.py install
+- pip install -e .
60
script:
61
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=DEBUG --verbosity=3
62
after_success:
0 commit comments