Update .travis.yml

This commit is contained in:
Rohit Tanwar
2018-01-09 05:25:53 +05:30
committed by GitHub
parent 230a1b90af
commit 3ffb645854

View File

@ -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