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