tools: Add basic .travis.yml to run tests.
This commit is contained in:
parent
4109ba9eee
commit
56259ae146
9
.travis.yml
Normal file
9
.travis.yml
Normal 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
|
Loading…
Reference in a new issue