778b00758e
Co-authored-by: Bastien Vallet <b.vallet@criteo.com>
13 lines
177 B
YAML
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
|