Skip to content

Commit 37f964b

Browse files
committed
Enable 3.7 CI on Travis; drop AppVeyor
Special thanks to @waghanza (pr #179) for working on this change.
1 parent f9c4393 commit 37f964b

File tree

3 files changed

+13
-28
lines changed

3 files changed

+13
-28
lines changed

.ci/appveyor.yml

-22
This file was deleted.

.travis.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: generic
33
env:
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]}

README.rst

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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

0 commit comments

Comments
 (0)