File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-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
+ script :
21
+ - cd
22
+ - git clone https://github.com/zulip/zulip.git
23
+ - cd zulip
24
+ -
sed -i "s|[email protected] |python-zulip-api.git@pull/$TRAVIS_PULL_REQUEST|" requirements/common.txt
25
+ - ./tools/travis/setup-backend
26
+ - ./tools/travis/backend
27
+ addons :
28
+ postgresql : " 9.3"
14
29
install :
15
30
- tools/provision
16
31
- source zulip-api-py*-venv/bin/activate
You can’t perform that action at this time.
0 commit comments