2017-03-10 15:15:21 +01:00
|
|
|
language: python
|
|
|
|
python:
|
2020-06-08 12:09:24 +02:00
|
|
|
- 3.5
|
2017-03-10 15:15:21 +01:00
|
|
|
- 3.6
|
2020-06-08 12:09:24 +02:00
|
|
|
- 3.7
|
|
|
|
- 3.8
|
|
|
|
- pypy3
|
2017-03-10 15:15:21 +01:00
|
|
|
install:
|
|
|
|
- pip install tox-travis
|
|
|
|
- pip install pytest-cov coveralls
|
|
|
|
script: tox
|
|
|
|
after_success: coveralls
|