update travis.yml
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user