wmt-2020-pl-en/.travis.yml
Bastien Vallet 778b00758e
chore: Remove python 2.7 support and various cleanup (#179)
Co-authored-by: Bastien Vallet <b.vallet@criteo.com>
2020-06-08 19:09:24 +09:00

13 lines
177 B
YAML

language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
- pypy3
install:
- pip install tox-travis
- pip install pytest-cov coveralls
script: tox
after_success: coveralls