Skip to content

Commit 9c02898

Browse files
committed
Update poetry
1 parent 005cacf commit 9c02898

File tree

3 files changed

+24
-27
lines changed

3 files changed

+24
-27
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cache:
2424
- "$HOME/.cache/pip"
2525
- "$TRAVIS_BUILD_DIR/.tox"
2626
install:
27-
- pip install "poetry>=1.0.0b8"
27+
- pip install "poetry>=1.0.0"
2828
- poetry install
2929
script:
3030
- tox -e $TOXENV -- --cov-report term-missing --cov=graphql

poetry.lock

Lines changed: 22 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ tox = "^3.14"
5252
target-version = ['py36', 'py37', 'py38']
5353

5454
[build-system]
55-
requires = ["poetry>=1.0.0b8"]
55+
requires = ["poetry>=1.0.0"]
5656
build-backend = "poetry.masonry.api"
57-

0 commit comments

Comments
 (0)