mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
Run tests against Python 3.7 (#224)
This commit is contained in:
parent
47358c7c79
commit
88792984e7
10
.travis.yml
10
.travis.yml
|
@ -7,7 +7,7 @@ python:
|
|||
- '3.6'
|
||||
|
||||
env:
|
||||
- TWISTED="twisted==17.5.0"
|
||||
- TWISTED="twisted==18.7.0"
|
||||
- TWISTED="twisted"
|
||||
|
||||
install:
|
||||
|
@ -22,6 +22,14 @@ script:
|
|||
|
||||
jobs:
|
||||
include:
|
||||
- python: '3.7'
|
||||
env: TWISTED="twisted==18.7.0"
|
||||
dist: xenial
|
||||
sudo: required
|
||||
- python: '3.7'
|
||||
env: TWISTED="twisted"
|
||||
dist: xenial
|
||||
sudo: required
|
||||
- stage: release
|
||||
script: skip
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user