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 b129a3c commit a663f43Copy full SHA for a663f43
.travis.yml
@@ -50,6 +50,7 @@ before_install:
50
- conda config --add channels conda-forge
51
- travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu
52
- travis_retry pip install -r requirements.txt
53
+- travis_retry pip install grabbit==0.1.2
54
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&
55
pip install -e ${HOME}/pybids
56
- travis_retry pip install codecov
0 commit comments