Skip to content

Commit

Permalink
Add Python 3.7 target for TravisCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Dec 25, 2018
1 parent d12336d commit 88328c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ matrix:
python: "3.6"
script:
- py.test --cov=graphql_compiler graphql_compiler/tests
- name: "Python 3.7 unit tests"
python: '3.7'
dist: xenial
sudo: true
script:
- py.test --cov=graphql_compiler graphql_compiler/tests
after_success:
- docker-compose down
- coveralls

0 comments on commit 88328c9

Please sign in to comment.