mirror of
https://github.com/quantum5/uwat.cc.git
synced 2025-04-24 11:01:56 -04:00
9 lines
200 B
YAML
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
|