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

Commit

Permalink
Fixes travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 21, 2019
1 parent 339da80 commit ef43484
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ matrix:
dist: xenial
sudo: true

install:
before_install:
- pip freeze | xargs pip uninstall -y
- pip install poetry

install:
- poetry install

script:
Expand Down

0 comments on commit ef43484

Please sign in to comment.