10 lines
144 B
YAML
10 lines
144 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install .
|
|
- bots_api/provision.py
|
|
script:
|
|
# TODO run linter here
|
|
- bots_api/test-bots
|