Skip to content

Commit a291074

Browse files
committed
Use older version of poetry since current one is buggy
see python-poetry/poetry#1060
1 parent f3284be commit a291074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
- 3.7
99

1010
install:
11-
- pip install poetry
11+
- pip install "poetry==0.12.11"
1212
- poetry install
1313

1414
script:

0 commit comments

Comments
 (0)