Skip to content

Commit 781565f

Browse files
authored
tst: install requests in travis
1 parent 1467d07 commit 781565f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ before_install:
2727
- source venv/bin/activate
2828
- python --version # just to check
2929
- pip install -r dev-requirements.txt
30+
- pip install requests # below installs pyld but that assumes we have requests already
3031
- pip install datalad
3132
- pip install codecov pytest
3233

0 commit comments

Comments
 (0)