Skip to content

Commit b634fa2

Browse files
committed
Update dependencies, improve tox configuration
1 parent 6dc34f0 commit b634fa2

File tree

4 files changed

+129
-126
lines changed

4 files changed

+129
-126
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818
- "$HOME/.cache/pip"
1919
- "$TRAVIS_BUILD_DIR/.tox"
2020
install:
21-
- pip install "poetry>=1.0.0"
21+
- pip install "poetry>=1,<2"
2222
- poetry install
2323
script:
2424
- tox -e $TOXENV -- --cov-report=term-missing --cov=graphql
@@ -30,7 +30,7 @@ deploy:
3030
on:
3131
branch: master
3232
tags: true
33-
python: 3.7
33+
python: 3.8
3434
skip_existing: true
3535
user: mvanlonden
3636
password:

0 commit comments

Comments
 (0)