language: python
matrix:
include:
- os: linux
python: 3.5
dist: xenial
python: 3.6
python: 3.7
python: 3.8-dev
- os: osx
language: sh
before_install:
- brew update
- brew info python@3
- brew upgrade python@3
install:
- pip3 install .[tests]
- pip3 install coveralls
- pip install .[tests]
- pip install coveralls
script: pytest
after_success:
- coveralls