Av1an/.travis.yml
2020-03-01 18:09:56 +02:00

6 lines
No EOL
93 B
YAML

language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script: pytest