dist: xenial language: python python: - 3.6 - 3.7 - 3.8.2 - nightly matrix: allow_failures: - python: nightly include: - python: 3.8.2 script: - 'pip install coverage' - 'coverage run -m pytest' - 'coverage report' after_script: - | pip install --quiet coveralls coveralls install: - pip install .[testing] script: - pytest