Skip to content

Commit f60220f

Browse files
committed
CI: Fix unzip command
1 parent abdee6e commit f60220f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ before_script:
5858
- mkdir -p $TEST_DATA_HOME
5959
- datalad install -rg -J 1 -s ///openneuro/ds001600 $TEST_DATA_HOME/ds001600
6060
- curl https://files.osf.io/v1/resources/9sy2a/providers/osfstorage/5d44b940bcd6d900198ed6be/?zip= --output testdata.zip
61-
- unzip testdata.zip $TEST_DATA_HOME/testdata
61+
- unzip testdata.zip -d $TEST_DATA_HOME/testdata
6262

6363
script:
6464
- pytest -n 2 -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows

0 commit comments

Comments
 (0)