Skip to content

Commit 4335b09

Browse files
committed
Add test-backend from Zulip server.
1 parent 5681b6e commit 4335b09

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.travis.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
language: python
2+
sudo: required
23
python:
34
- "2.7"
45
- "3.4"
56
- "3.5"
67
- "3.6"
7-
env: TEST_SUITE=test-main
8+
env:
9+
matrix:
10+
- TEST_SUITE=test-main
11+
global:
12+
- BOTO_CONFIG=/tmp/nowhere
813
matrix:
914
include:
1015
- python: "3.6"
1116
env: TEST_SUITE=lint
1217
- python: "3.6"
1318
env: TEST_SUITE=run-mypy
19+
- python: "3.4"
20+
env: TEST_SUITE=backend
21+
script:
22+
- cd
23+
- git clone https://github.com/zulip/zulip.git
24+
- cd zulip
25+
- sed -i "s|[email protected]|python-zulip-api.git@pull/$TRAVIS_PULL_REQUEST|" requirements/common.txt
26+
- ./tools/travis/setup-backend
27+
- ./tools/travis/backend
28+
addons:
29+
postgresql: "9.3"
1430
install:
1531
- tools/provision
1632
- source zulip-api-py*-venv/bin/activate

0 commit comments

Comments
 (0)