mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 09:12:18 +03:00
Add python 3.8 to test list
This commit is contained in:
parent
7125338480
commit
f8bb259dcd
13
.travis.yml
13
.travis.yml
|
@ -62,6 +62,19 @@ jobs:
|
|||
- python: 3.7
|
||||
env: DJANGO=master
|
||||
|
||||
- python: 3.8
|
||||
env: DJANGO=1.11
|
||||
- python: 3.8
|
||||
env: DJANGO=2.0
|
||||
- python: 3.8
|
||||
env: DJANGO=2.1
|
||||
- python: 3.8
|
||||
env: DJANGO=2.2
|
||||
- python: 3.8
|
||||
env: DJANGO=3.0
|
||||
- python: 3.8
|
||||
env: DJANGO=master
|
||||
|
||||
- python: 3.7
|
||||
env: TOXENV=black,flake8
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user