Skip to content

Commit 10775c9

Browse files
committed
Support pyproject.toml and use poetry with tox
1 parent 0dd6ea2 commit 10775c9

File tree

5 files changed

+422
-8
lines changed

5 files changed

+422
-8
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ cache:
1919
- $TRAVIS_BUILD_DIR/.tox
2020

2121
install:
22-
- pip install pytest pytest-asyncio pytest-cov flake8
23-
- pip install .
22+
- pip install "poetry>=0.12.16"
23+
- poetry install
2424

2525
script:
2626
- tox -e $TOXENV -- --cov-report term-missing --cov=graphql
2727

2828
after_success:
29-
- codecov
29+
- codecov

poetry.lock

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

0 commit comments

Comments
 (0)