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:
- "2.7"
install:
- pip install .
- bots_api/provision.py
- pip install pycodestyle==2.3.1
- pip install ./zulip
- pip install ./zulip_bots
- pip install ./zulip_botserver
script:
- tools/lint
- bots_api/test-bots
- python -m unittest discover -v zulip_botserver
- tools/test-bots