File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
+ sudo : required
2
3
python :
3
- - " 2.7"
4
- - " 3.4"
5
- - " 3.5"
6
- - " 3.6"
7
- env : TEST_SUITE=test-main
4
+ - " 2.7"
5
+ - " 3.4"
6
+ - " 3.5"
7
+ - " 3.6"
8
+ env :
9
+ matrix :
10
+ - TEST_SUITE=test-main
11
+ global :
12
+ - BOTO_CONFIG=/tmp/nowhere
8
13
matrix :
9
14
include :
10
15
- python : " 3.6"
11
16
env : TEST_SUITE=lint
12
17
- python : " 3.6"
13
18
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|python-zulip-api.git@0.3.4|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"
14
30
install :
15
31
- tools/provision
16
32
- source zulip-api-py*-venv/bin/activate
You can’t perform that action at this time.
0 commit comments