We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09060af commit 2f96745Copy full SHA for 2f96745
.travis.yml
@@ -1,12 +1,24 @@
1
language: python
2
+sudo: required
3
python:
4
- "2.7"
5
install:
6
- pip install pycodestyle==2.3.1
7
- pip install ./zulip
8
- pip install ./zulip_bots
9
- pip install ./zulip_botserver
10
+env:
11
+ global:
12
+ - BOTO_CONFIG=/tmp/nowhere
13
script:
14
- tools/lint
15
- python -m unittest discover -v zulip_botserver
16
- 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