Skip to content

Commit a8659af

Browse files
committed
fix osx pipeline in travis
1 parent 77c5964 commit a8659af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ matrix:
3131
- pip3 install virtualenv
3232
- virtualenv -p python3 venv
3333
- source venv/bin/activate
34-
- chmod +x $(python -c "import repo2docker; print(repo2docker.__file__[:-11])")/buildpacks/repo2docker-entrypoint
3534
- pip3 install -U -r test-requirements.txt
3635
script: coverage run --source ipython2cwl -m unittest discover tests
3736
env: TRAVIS_IGNORE_DOCKER=true

0 commit comments

Comments
 (0)