mirror of
https://github.com/quantum5/uwat.cc.git
synced 2025-04-25 03:01:56 -04:00
Add Travis CI for pull requests.
This commit is contained in:
parent
ae93124f5d
commit
86896e7fdd
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
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
|
|
@ -31,6 +31,9 @@ checks with [`python3 check.py`][4].
|
|||
To generate the HTML for the site, run [`python3 build.py`][5]. Output will be
|
||||
generated in a directory called `dist`.
|
||||
|
||||
Pull requests will be checked with Travis, by running [`check.py`][4] and
|
||||
[`build.py`][5]. Please ensure that builds pass.
|
||||
|
||||
Thank you for contributing.
|
||||
|
||||
[1]: https://uwat.cf
|
||||
|
|
Loading…
Reference in a new issue