uwat.cc/.travis.yml
2018-12-07 19:07:37 -05:00

9 lines
200 B
YAML

language: python
python:
# Current production server runs Debian stretch, which has Python 3.5.
- '3.5'
install:
- pip install -r requirements.txt
script:
- python check.py && python build.py