No longer use wercker for CI service

This commit is contained in:
SuHun Han 2017-03-10 22:52:15 +09:00 committed by ssut
parent 5f908fab16
commit 1303d0cfdd
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
box:
id: ubuntu:trusty
build:
steps:
- install-packages:
packages: python python3 pypy python-pip
- script:
name: python versions
code: |
python --version
python3 --version
- pip-install:
requirements_file: "test-requirements.txt"
packages_list: "tox"
- script:
name: tests
code: |
tox
COVERALLS_REPO_TOKEN=r9pnKBevvgJu7kUvP61BwFxodyKUq8vIO coveralls