File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 11language : python
2+ sudo : required
23python :
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
813matrix :
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"
1430install :
1531 - tools/provision
1632 - source zulip-api-py*-venv/bin/activate
You can’t perform that action at this time.
0 commit comments