uwat.cc/.travis.yml

9 lines
200 B
YAML
Raw Normal View History

2018-12-07 19:07:37 -05:00
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