diff --git a/.travis.yml b/.travis.yml index b612ccab9..c9937d48d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ python: install: pip install -r requirements.txt script: - chmod +x ./pretty.py - chmod +x ./readme.py + python scripts/pretty.py + python scripts/readme.py after_success: - chmod +x ./push.sh - ./push.sh