Skip to content

Commit 2f96745

Browse files
committed
test api
1 parent 09060af commit 2f96745

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
language: python
2+
sudo: required
23
python:
34
- "2.7"
45
install:
56
- pip install pycodestyle==2.3.1
67
- pip install ./zulip
78
- pip install ./zulip_bots
89
- pip install ./zulip_botserver
10+
env:
11+
global:
12+
- BOTO_CONFIG=/tmp/nowhere
913
script:
1014
- tools/lint
1115
- python -m unittest discover -v zulip_botserver
1216
- tools/test-bots
17+
- cd
18+
- git clone https://github.com/zulip/zulip.git
19+
- cd zulip
20+
- ./tools/travis/setup-backend
21+
- ./tools/clean-venv-cache --travis
22+
- ./tools/clean-npm-cache --travis
23+
- ./tools/clean-emoji-cache --travis
24+
- ./tools/travis/backend

0 commit comments

Comments
 (0)