diff --git a/.travis.yml b/.travis.yml index 0729f2d5a..e0288ea25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python python: "3.6" +install: pip install -r requirements.txt script: - python3 travis.py +- make html diff --git a/Makefile b/Makefile index 6bfbae492..f35226aa3 100644 --- a/Makefile +++ b/Makefile @@ -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