Update travis

This commit is contained in:
Otto Winter 2019-05-12 23:01:19 +02:00
parent 82b388c221
commit cda5ac7d7b
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
language: python
python: "3.6"
install: pip install -r requirements.txt
script:
- python3 travis.py
- make html

View File

@ -38,7 +38,6 @@ copy-svg2png:
cp svg2png/*.png _build/html/_images/
netlify: netlify-dependencies netlify-api html copy-svg2png
python3 travis.py
webserver: html
cd "_build/html" && python3 -m http.server