Skip to content

Commit

Permalink
Enable 3.7 CI on Travis; drop AppVeyor
Browse files Browse the repository at this point in the history
Special thanks to @waghanza (pr #179) for working on this change.
  • Loading branch information
1st1 committed Jul 4, 2018
1 parent f9c4393 commit 37f964b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 28 deletions.
22 changes: 0 additions & 22 deletions .ci/appveyor.yml

This file was deleted.

16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: generic
env:
global:
- PYMODULE=uvloop
- RELEASE_PYTHON_VERSIONS="3.5 3.6"
- RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7"

- S3_UPLOAD_USERNAME=oss-ci-bot
- S3_UPLOAD_BUCKET=magicstack-oss-releases
Expand Down Expand Up @@ -37,11 +37,14 @@ matrix:

- os: osx
osx_image: xcode7.3
# Travis macOS env does not support Python yet,
# so we have to set things up manually in install.sh.
env: BUILD=tests,wheels PYTHON_VERSION=3.6.5
branches: {only: [releases]}

- os: osx
osx_image: xcode7.3
env: BUILD=tests,wheels PYTHON_VERSION=3.7.0
branches: {only: [releases]}

- os: linux
dist: trusty
sudo: false
Expand All @@ -56,6 +59,13 @@ matrix:
python: "3.6"
env: BUILD=tests

- os: linux
dist: xenial
sudo: required
language: python
python: "3.7"
env: BUILD=tests

- os: linux
dist: trusty
branches: {only: [releases]}
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.. image:: https://travis-ci.org/MagicStack/uvloop.svg?branch=master
:target: https://travis-ci.org/MagicStack/uvloop

.. image:: https://ci.appveyor.com/api/projects/status/4apd79e5jqrwwe40/branch/master?svg=true
:target: https://ci.appveyor.com/project/MagicStack/uvloop

.. image:: https://img.shields.io/pypi/v/uvloop.svg
:target: https://pypi.python.org/pypi/uvloop

Expand Down

0 comments on commit 37f964b

Please sign in to comment.