We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5681b6e commit 4335b09Copy full SHA for 4335b09
.travis.yml
@@ -1,16 +1,32 @@
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=lint
17
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|[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"
30
install:
31
- tools/provision
32
- source zulip-api-py*-venv/bin/activate
0 commit comments