Skip to content

Commit b08a37f

Browse files
committed
travis: Update Travis config to install and test all packages.
1 parent 3d0f795 commit b08a37f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ language: python
22
python:
33
- "2.7"
44
install:
5-
- pip install .
6-
- bots_api/provision.py
5+
- pip install pycodestyle==2.3.1
6+
- pip install ./zulip
7+
- pip install ./zulip_bots
8+
- pip install ./zulip_botserver
79
script:
810
- tools/lint
9-
- bots_api/test-bots
11+
- python -m unittest discover -v zulip_botserver
12+
- tools/test-bots

0 commit comments

Comments
 (0)