Files
parso/.travis.yml
2020-07-24 02:29:18 +02:00

25 lines
422 B
YAML

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