No longer use wercker for CI service
This commit is contained in:
parent
5f908fab16
commit
1303d0cfdd
19
wercker.yml
19
wercker.yml
@ -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
|
|
Loading…
Reference in New Issue
Block a user