1c8d359546
This commit adds the tools/lint script to run the pep8 linter as well as modifies .travis.yml to run the linter in Travis.
10 lines
134 B
YAML
10 lines
134 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install .
|
|
- bots_api/provision.py
|
|
script:
|
|
- tools/lint
|
|
- bots_api/test-bots
|