python-zulip-api/.travis.yml
Rohitt Vashishtha 1c8d359546 tools: Add pep8 linter.
This commit adds the tools/lint script to run the pep8 linter
as well as modifies .travis.yml to run the linter in Travis.
2017-07-06 19:58:50 -04:00

10 lines
134 B
YAML

language: python
python:
- "2.7"
install:
- pip install .
- bots_api/provision.py
script:
- tools/lint
- bots_api/test-bots