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

Commit

Permalink
Merge 7544fc9 into df2c40f
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Feb 1, 2019
2 parents df2c40f + 7544fc9 commit 610e900
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist = py{37,36,35,27}

[testenv]
passenv = CI TRAVIS TRAVIS_* CODECOV_* TOXENV
passenv = CI TRAVIS TRAVIS_* CODECOV_* TOXENV COVERALLS_REPO_TOKEN APPVEYOR APPVEYOR_*
deps =
pytest-sugar
pytest-cov
Expand Down

0 comments on commit 610e900

Please sign in to comment.