Skip to content

Commit

Permalink
Update dependencies, improve tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 25, 2020
1 parent 6dc34f0 commit b634fa2
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 126 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cache:
- "$HOME/.cache/pip"
- "$TRAVIS_BUILD_DIR/.tox"
install:
- pip install "poetry>=1.0.0"
- pip install "poetry>=1,<2"
- poetry install
script:
- tox -e $TOXENV -- --cov-report=term-missing --cov=graphql
Expand All @@ -30,7 +30,7 @@ deploy:
on:
branch: master
tags: true
python: 3.7
python: 3.8
skip_existing: true
user: mvanlonden
password:
Expand Down
Loading

0 comments on commit b634fa2

Please sign in to comment.