Skip to content

Commit b2eb2f5

Browse files
committed
ci: Test Python 3.7 on AppVeyor
1 parent 447e124 commit b2eb2f5

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.ci/appveyor.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
image: ubuntu
2+
3+
stack: python 3.7.0
4+
5+
cache:
6+
- /home/appveyor/.cache/pip/wheels/
7+
8+
install:
9+
- python --version
10+
- git submodule init
11+
- git submodule update
12+
- python -m pip install --upgrade pip wheel setuptools
13+
- python -m pip install --upgrade -r .ci/requirements.txt
14+
15+
build_script:
16+
- make
17+
- pip install -e .
18+
19+
test_script:
20+
- make test
21+
- make debug
22+
- make test

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
47
.. image:: https://img.shields.io/pypi/v/uvloop.svg
58
:target: https://pypi.python.org/pypi/uvloop
69

0 commit comments

Comments
 (0)