Skip to content

Commit a05ed83

Browse files
committed
Update dependencies
Also improve building a source distribution with poetry. Also Reformat code for latest version of black.
1 parent e9122d3 commit a05ed83

File tree

7 files changed

+562
-452
lines changed

7 files changed

+562
-452
lines changed

.travis.yml

+2-2
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.0"
27+
- pip install "poetry>=1.1,<2"
2828
- poetry install
2929
script:
3030
- tox -e $TOXENV -- --cov-report term-missing --cov=graphql_relay
@@ -36,7 +36,7 @@ deploy:
3636
on:
3737
branch: master
3838
tags: true
39-
python: 3.7
39+
python: 3.8
4040
skip_existing: true
4141
username: mvanlonden
4242
password:

0 commit comments

Comments
 (0)