We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449d5fa commit dbc63f0Copy full SHA for dbc63f0
.travis.yml
@@ -1,14 +1,30 @@
1
language: python
2
+sudo: required
3
python:
4
- "2.7"
5
- "3.4"
6
- "3.5"
7
- "3.6"
-env: TEST_SUITE=test-main
8
+env:
9
+ matrix:
10
+ - TEST_SUITE=test-main
11
+ global:
12
+ - BOTO_CONFIG=/tmp/nowhere
13
matrix:
14
include:
15
- python: "3.6"
16
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"
28
install:
29
- tools/provision
30
- source zulip-api-py*-venv/bin/activate
0 commit comments