add travis.yml

This commit is contained in:
Rohit Tanwar
2018-02-13 21:17:12 +05:30
parent 4d19e4c582
commit 43070ee42c

View File

@ -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