tools: Add basic .travis.yml to run tests.

This commit is contained in:
Rohitt Vashishtha 2017-07-07 02:03:46 +05:30 committed by showell
parent 4109ba9eee
commit 56259ae146

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
install:
- pip install .
- bots_api/provision.py
script:
# TODO run linter here
- bots_api/test-bots