Update .travis.yml

This commit is contained in:
Rohit Tanwar
2018-01-09 05:23:52 +05:30
committed by GitHub
parent 0b47f1ead3
commit 230a1b90af

View File

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