Skip to content

Commit

Permalink
travis: fix failing pipenv install
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusanka committed Oct 8, 2018
1 parent 4343940 commit 6a0ea22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ install:
- ./travis-install-libsodium.sh
- export PKG_CONFIG_PATH=$HOME/libsodium/lib/pkgconfig:$PKG_CONFIG_PATH
- export LD_LIBRARY_PATH=$HOME/libsodium/lib:$LD_LIBRARY_PATH
- pipenv run pip install pip==18.0
- pipenv install

before_script:
Expand Down

0 comments on commit 6a0ea22

Please sign in to comment.