add travis.yml
This commit is contained in:
@ -5,9 +5,9 @@ cache:
|
||||
before_install:
|
||||
- sudo pip install -r requirements.txt
|
||||
script:
|
||||
- python scripts\lint.py
|
||||
- python scripts\readme.py
|
||||
- python scripts\tdd.py
|
||||
- python scripts/lint.py
|
||||
- python scripts/readme.py
|
||||
- python scripts/tdd.py
|
||||
after_success:
|
||||
- chmod +x .travis/push.sh
|
||||
- .travis/push.sh
|
||||
|
||||
Reference in New Issue
Block a user