We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bb6a3 commit b0fa058Copy full SHA for b0fa058
.travis.yml
@@ -19,7 +19,7 @@ cache:
19
- $TRAVIS_BUILD_DIR/.tox
20
21
install:
22
- - pip install "poetry==0.12.11"
+ - pip install "poetry>=0.12.15"
23
- poetry install
24
25
script:
pyproject.toml
@@ -47,6 +47,6 @@ bump2version = "^0.5"
47
[tool.black]
48
target-version = ['py36', 'py37', 'py38']
49
[build-system]
50
-requires = ["poetry==0.12.11"]
+requires = ["poetry>=0.12.15"]
51
build-backend = "poetry.masonry.api"
52
0 commit comments