10 lines
172 B

language: python
python:
- "3.8"
- "3.9"
- "3.9-dev" # 3.9 development branch
- "nightly" # nightly build
install:
- python setup.py install
script:
- pytest