File tree 3 files changed +13
-28
lines changed
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
3
3
env :
4
4
global :
5
5
- PYMODULE=uvloop
6
- - RELEASE_PYTHON_VERSIONS="3.5 3.6"
6
+ - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7 "
7
7
8
8
- S3_UPLOAD_USERNAME=oss-ci-bot
9
9
- S3_UPLOAD_BUCKET=magicstack-oss-releases
@@ -37,11 +37,14 @@ matrix:
37
37
38
38
- os : osx
39
39
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.
42
40
env : BUILD=tests,wheels PYTHON_VERSION=3.6.5
43
41
branches : {only: [releases]}
44
42
43
+ - os : osx
44
+ osx_image : xcode7.3
45
+ env : BUILD=tests,wheels PYTHON_VERSION=3.7.0
46
+ branches : {only: [releases]}
47
+
45
48
- os : linux
46
49
dist : trusty
47
50
sudo : false
@@ -56,6 +59,13 @@ matrix:
56
59
python : " 3.6"
57
60
env : BUILD=tests
58
61
62
+ - os : linux
63
+ dist : xenial
64
+ sudo : required
65
+ language : python
66
+ python : " 3.7"
67
+ env : BUILD=tests
68
+
59
69
- os : linux
60
70
dist : trusty
61
71
branches : {only: [releases]}
Original file line number Diff line number Diff line change 1
1
.. image :: https://travis-ci.org/MagicStack/uvloop.svg?branch=master
2
2
:target: https://travis-ci.org/MagicStack/uvloop
3
3
4
- .. image :: https://ci.appveyor.com/api/projects/status/4apd79e5jqrwwe40/branch/master?svg=true
5
- :target: https://ci.appveyor.com/project/MagicStack/uvloop
6
-
7
4
.. image :: https://img.shields.io/pypi/v/uvloop.svg
8
5
:target: https://pypi.python.org/pypi/uvloop
9
6
You can’t perform that action at this time.
0 commit comments