Skip to content

Commit

Permalink
[#681] Appease the poetry gods
Browse files Browse the repository at this point in the history
  • Loading branch information
wren committed Oct 19, 2019
1 parent caeafb3 commit 675ef51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python: "3.7"
before_install:
- pip install poetry
install:
# we run `poetry version` here to appease poetry about '0.0.0-source'
- poetry version
- poetry install
script:
- poetry run python --version
Expand Down

0 comments on commit 675ef51

Please sign in to comment.