portier/.travis.yml

11 lines
153 B
YAML
Raw Permalink Normal View History

2020-04-15 21:00:04 +02:00
language: python
python:
- "3.7"
- "3.8"
2020-04-15 21:01:29 +02:00
install:
- pip install -r requirements.txt
2020-04-15 21:01:29 +02:00
- pip install flake8
2020-04-15 21:00:04 +02:00
script:
- flake8
2020-04-20 18:59:19 +02:00
- ./manage.py test