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 abdee6e commit f60220fCopy full SHA for f60220f
.travis.yml
@@ -58,7 +58,7 @@ before_script:
58
- mkdir -p $TEST_DATA_HOME
59
- datalad install -rg -J 1 -s ///openneuro/ds001600 $TEST_DATA_HOME/ds001600
60
- curl https://files.osf.io/v1/resources/9sy2a/providers/osfstorage/5d44b940bcd6d900198ed6be/?zip= --output testdata.zip
61
- - unzip testdata.zip $TEST_DATA_HOME/testdata
+ - unzip testdata.zip -d $TEST_DATA_HOME/testdata
62
63
script:
64
- pytest -n 2 -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
0 commit comments