Skip to content

Commit 6100755

Browse files
committed
Use latest versions of poetry, tox and sphinx
1 parent 36d6be8 commit 6100755

File tree

3 files changed

+38
-29
lines changed

3 files changed

+38
-29
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cache:
1919
- "$HOME/.cache/pip"
2020
- "$TRAVIS_BUILD_DIR/.tox"
2121
install:
22-
- pip install "poetry>=1.0.0a5"
22+
- pip install "poetry>=1.0.0b1"
2323
- poetry install
2424
script:
2525
- tox -e $TOXENV -- --cov-report term-missing --cov=graphql

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ black = ">=19.3b0"
4040
flake8 = "^3.7"
4141
mypy = ">=0.720"
4242
codecov = "^2"
43-
sphinx = "^2.1"
43+
sphinx = "^2.2"
4444
sphinx_rtd_theme = ">=0.4"
4545
check-manifest = ">=0.39"
4646
bump2version = ">=0.5"
47-
tox = "^3.13"
47+
tox = "^3.14"
4848

4949
[tool.black]
5050
target-version = ['py36', 'py37', 'py38']
5151
[build-system]
52-
requires = ["poetry>=1.0.0a5"]
52+
requires = ["poetry>=1.0.0b1"]
5353
build-backend = "poetry.masonry.api"
5454

0 commit comments

Comments
 (0)