nicobot/.travis.yml
2020-05-24 07:26:53 +02:00

8 lines
129 B
YAML

language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
- python -m unittest discover -s tests