travis: Update Travis config to install and test all packages.

This commit is contained in:
Eeshan Garg 2017-07-18 01:52:58 -02:30
parent 3d0f7955b6
commit b08a37fe9c

View file

@ -2,8 +2,11 @@ language: python
python: python:
- "2.7" - "2.7"
install: install:
- pip install . - pip install pycodestyle==2.3.1
- bots_api/provision.py - pip install ./zulip
- pip install ./zulip_bots
- pip install ./zulip_botserver
script: script:
- tools/lint - tools/lint
- bots_api/test-bots - python -m unittest discover -v zulip_botserver
- tools/test-bots