Skip to content

Commit b0fa058

Browse files
committed
Use latest version of poetry since bug has been fixed
see python-poetry/poetry#1060
1 parent 43bb6a3 commit b0fa058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cache:
1919
- $TRAVIS_BUILD_DIR/.tox
2020

2121
install:
22-
- pip install "poetry==0.12.11"
22+
- pip install "poetry>=0.12.15"
2323
- poetry install
2424

2525
script:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ bump2version = "^0.5"
4747
[tool.black]
4848
target-version = ['py36', 'py37', 'py38']
4949
[build-system]
50-
requires = ["poetry==0.12.11"]
50+
requires = ["poetry>=0.12.15"]
5151
build-backend = "poetry.masonry.api"
5252

0 commit comments

Comments
 (0)