Add push functionality
This commit is contained in:
@ -6,4 +6,6 @@ install:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
python3 scripts/pretty.py
|
python3 scripts/pretty.py
|
||||||
python3 scripts/readme.py
|
python3 scripts/readme.py
|
||||||
|
after_success:
|
||||||
|
.travis/push.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user