diff --git a/.travis.yml b/.travis.yml index 98a941055..1cc78f06e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,9 @@ python: 3.6 install: pip install -r requirements.txt -script: - python scripts/pretty.py - python scripts/readme.py after_success: +- python scripts/pretty.py +- python scripts/readme.py - stat .git - ls - pwd