From cda5ac7d7b91b94b16ef6482c6f17ab91cb09fdc Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 12 May 2019 23:01:19 +0200 Subject: [PATCH] Update travis --- .travis.yml | 2 ++ Makefile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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