nicobot/.travis.yml
2020-12-20 22:42:04 +01:00

13 lines
290 B
YAML

language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8" # 3.8 development branch
- "3.8-dev" # 3.8 development branch
- "nightly" # nightly build
install:
- pip install -r requirements-build.txt -r requirements-runtime.txt
script:
- python -m unittest discover -s tests