Skip to content

Commit

Permalink
Tries to delete numpy from virtualenv (#4)
Browse files Browse the repository at this point in the history
* Tries to delete numpy from virtualenv
  • Loading branch information
sobolevn committed Mar 14, 2019
1 parent 724ea35 commit 959a91e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ matrix:


before_install:
- pip freeze | xargs pip uninstall -y
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source "$HOME/.poetry/env"

Expand Down

0 comments on commit 959a91e

Please sign in to comment.