File tree Expand file tree Collapse file tree 3 files changed +13
-28
lines changed Expand file tree Collapse file tree 3 files changed +13
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: generic
33env :
44 global :
55 - PYMODULE=uvloop
6- - RELEASE_PYTHON_VERSIONS="3.5 3.6"
6+ - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7 "
77
88 - S3_UPLOAD_USERNAME=oss-ci-bot
99 - S3_UPLOAD_BUCKET=magicstack-oss-releases
@@ -37,11 +37,14 @@ matrix:
3737
3838 - os : osx
3939 osx_image : xcode7.3
40- # Travis macOS env does not support Python yet,
41- # so we have to set things up manually in install.sh.
4240 env : BUILD=tests,wheels PYTHON_VERSION=3.6.5
4341 branches : {only: [releases]}
4442
43+ - os : osx
44+ osx_image : xcode7.3
45+ env : BUILD=tests,wheels PYTHON_VERSION=3.7.0
46+ branches : {only: [releases]}
47+
4548 - os : linux
4649 dist : trusty
4750 sudo : false
@@ -56,6 +59,13 @@ matrix:
5659 python : " 3.6"
5760 env : BUILD=tests
5861
62+ - os : linux
63+ dist : xenial
64+ sudo : required
65+ language : python
66+ python : " 3.7"
67+ env : BUILD=tests
68+
5969 - os : linux
6070 dist : trusty
6171 branches : {only: [releases]}
Original file line number Diff line number Diff line change 11.. image :: https://travis-ci.org/MagicStack/uvloop.svg?branch=master
22 :target: https://travis-ci.org/MagicStack/uvloop
33
4- .. image :: https://ci.appveyor.com/api/projects/status/4apd79e5jqrwwe40/branch/master?svg=true
5- :target: https://ci.appveyor.com/project/MagicStack/uvloop
6-
74.. image :: https://img.shields.io/pypi/v/uvloop.svg
85 :target: https://pypi.python.org/pypi/uvloop
96
You can’t perform that action at this time.
0 commit comments