Update .travis.yml
This commit is contained in:
@ -4,10 +4,9 @@ python:
|
|||||||
3.6
|
3.6
|
||||||
install:
|
install:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
script:
|
|
||||||
python scripts/pretty.py
|
|
||||||
python scripts/readme.py
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- python scripts/pretty.py
|
||||||
|
- python scripts/readme.py
|
||||||
- stat .git
|
- stat .git
|
||||||
- ls
|
- ls
|
||||||
- pwd
|
- pwd
|
||||||
|
|||||||
Reference in New Issue
Block a user