Skip to content

Commit 5cebaa3

Browse files
committed
Try to upgrade pip and install poetry before using poetry on Travis.
1 parent 262e869 commit 5cebaa3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sudo: false
33
python:
44
- '3.6'
55
install:
6+
- pip install --upgrade pip==19.0.3
7+
- pip install poetry
68
- poetry install
79
- pip install coveralls
810
script:

0 commit comments

Comments
 (0)