Update .travis.yml

This commit is contained in:
Rohit Tanwar
2018-01-09 05:57:44 +05:30
committed by GitHub
parent 98d64a6300
commit 3bcae232cd

View File

@ -5,7 +5,7 @@ python:
install:
pip install -r requirements.txt
script:
python scripts/pretti.py
python scripts/pretty.py
python scripts/readme.py
after_success:
- chmod +x ./push.sh