Skip to content

Commit

Permalink
Merge pull request #808 from wren/unpin-poetry
Browse files Browse the repository at this point in the history
Unpin poetry
  • Loading branch information
micahellison committed Jan 25, 2020
2 parents c5ff25c + fd591b8 commit 0e5581c
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 @@ -12,7 +12,7 @@ before_install:
- date

install:
- pip install poetry~=0.12.17
- pip install poetry
- poetry install
- poetry run python --version

Expand Down

0 comments on commit 0e5581c

Please sign in to comment.