wmt-2020-pl-en/.travis.yml
SuHun Han 791e32a23b Minor updates for package
- Change the package name to googletrans
- reStructedText README for PyPI
- Travis CI
2017-03-10 23:43:06 +09:00

11 lines
160 B
YAML

language: python
python:
- 2.7
- 3.6
- pypy
install:
- pip install tox-travis
- pip install pytest-cov coveralls
script: tox
after_success: coveralls