travis: Update Travis config to install and test all packages.
This commit is contained in:
parent
3d0f7955b6
commit
b08a37fe9c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue