blob: 06d15523d2c9e7275b015319c082daf42e4d9267 [file] [log] [blame]
language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- pypy3
install:
- pip install coveralls tox
script:
- tox
after_success:
- coveralls