Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
feat: appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Feb 1, 2019
1 parent 6878fa3 commit 1c90480
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
environment:
COVERALLS_REPO_TOKEN:
secure: WttRmg7lZ1ljvb70p5Z98HTZIuqJG4ZuHmHieI22wG74oCLFnFQWZk00xJNsQKgL
matrix:
- PYTHON: "C:\\Python37"
TOX_ENV: "py37"
- PYTHON: "C:\\Python36"
TOX_ENV: "py36"
- PYTHON: "C:\\Python35"
TOX_ENV: "py35"
- PYTHON: "C:\\Python27"
TOX_ENV: "py27"

install:
- "%PYTHON%/Scripts/pip install tox"

build: false

test_script:
- "%PYTHON%/Scripts/tox -e %TOX_ENV%"
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![python version](https://img.shields.io/pypi/pyversions/ecnunetwork.svg?logo=python&logoColor=white)](https://pypi.org/project/ecnunetwork)
[![PyPI](https://img.shields.io/pypi/v/ecnunetwork.svg)](https://pypi.org/project/ecnunetwork)
[![Build Status](https://travis-ci.com/njzjz/ecnunetwork.svg?branch=master)](https://travis-ci.com/njzjz/ecnunetwork)
[![Build status](https://ci.appveyor.com/api/projects/status/rr6dvs3wvvkg33dd?svg=true)](https://ci.appveyor.com/project/jzzeng/ecnunetwork)
[![Coverage Status](https://coveralls.io/repos/github/njzjz/ecnunetwork/badge.svg?branch=master)](https://coveralls.io/github/njzjz/ecnunetwork?branch=master)
[![codecov](https://codecov.io/gh/njzjz/ecnunetwork/branch/master/graph/badge.svg)](https://codecov.io/gh/njzjz/ecnunetwork)

Expand Down

0 comments on commit 1c90480

Please sign in to comment.