Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fixed .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tunstek committed Nov 7, 2019
1 parent e2778ee commit afb0afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ before_script:
- sleep 10
install:
- pip install https://github.com/marcus67/easywebdav/archive/master.zip
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then sudo apt-get install libgnutls28-dev; fi
- sudo apt-get install libgnutls28-dev
- pip install -e .[all,test]
- pip install coveralls
script:
Expand Down

0 comments on commit afb0afa

Please sign in to comment.