Skip to content

Commit dbc63f0

Browse files
committed
Add test-backend from Zulip server.
1 parent 449d5fa commit dbc63f0

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,14 +1,30 @@
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=test-static-analysis
17+
- python: "3.4"
18+
env: TEST_SUITE=backend
19+
script:
20+
- cd
21+
- git clone https://github.com/zulip/zulip.git
22+
- cd zulip
23+
- sed -i "s|[email protected]|python-zulip-api.git@pull/$TRAVIS_PULL_REQUEST|" requirements/common.txt
24+
- ./tools/travis/setup-backend
25+
- ./tools/travis/backend
26+
addons:
27+
postgresql: "9.3"
1228
install:
1329
- tools/provision
1430
- source zulip-api-py*-venv/bin/activate

0 commit comments

Comments
 (0)