wmt-2020-pl-en/wercker.yml

20 lines
471 B
YAML
Raw Normal View History

2015-07-06 09:54:53 +02:00
box:
id: ubuntu:trusty
2015-07-06 08:16:32 +02:00
build:
steps:
2015-07-06 09:54:53 +02:00
- install-packages:
packages: python python3 pypy python-pip
- script:
name: python versions
code: |
python --version
python3 --version
2015-07-06 08:16:32 +02:00
- pip-install:
2015-07-06 09:54:53 +02:00
requirements_file: "test-requirements.txt"
packages_list: "tox"
2015-07-06 08:16:32 +02:00
- script:
2015-07-06 09:54:53 +02:00
name: tests
2015-07-06 08:16:32 +02:00
code: |
2015-07-06 09:54:53 +02:00
tox
COVERALLS_REPO_TOKEN=r9pnKBevvgJu7kUvP61BwFxodyKUq8vIO coveralls