File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
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
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
+
4
7
.. image :: https://img.shields.io/pypi/v/uvloop.svg
5
8
:target: https://pypi.python.org/pypi/uvloop
6
9
You can’t perform that action at this time.
0 commit comments