mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +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'
|
- '3.6'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TWISTED="twisted==17.5.0"
|
- TWISTED="twisted==18.7.0"
|
||||||
- TWISTED="twisted"
|
- TWISTED="twisted"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -22,6 +22,14 @@ script:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
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
|
- stage: release
|
||||||
script: skip
|
script: skip
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user