update travis.yml

This commit is contained in:
Rohit Tanwar
2018-01-16 17:54:03 +05:30
parent 714b2aa553
commit 1036a08e48

View File

@ -4,9 +4,10 @@ python:
3.6 3.6
install: install:
pip install -r requirements.txt pip install -r requirements.txt
after_success: script:
- python scripts/pretty.py - python scripts/pretty.py
- python scripts/readme.py - python scripts/readme.py
after_success:
- chmod +x .travis/push.sh - chmod +x .travis/push.sh
- .travis/push.sh - .travis/push.sh
skip_cleanup : true skip_cleanup : true