File tree 1 file changed +34
-6
lines changed
1 file changed +34
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
- python :
3
- - " 2.7"
4
- - " 3.4"
5
- - " 3.5"
6
- - " 3.6"
7
- env : TEST_SUITE=test-main
2
+ sudo : required
3
+ # python:
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
+
28
+ addons :
29
+ artifacts :
30
+ paths :
31
+ # Casper debugging data (screenshots, etc.) is super useful for
32
+ # debugging test flakes.
33
+ - $(ls var/casper/* | tr "\n" ":")
34
+ - $(ls /tmp/zulip-test-event-log/* | tr "\n" ":")
35
+ postgresql : " 9.3"
36
+ # - ./tools/clean-venv-cache --travis
37
+ # - ./tools/clean-npm-cache --travis
38
+ # - ./tools/clean-emoji-cache --travis
39
+ # - ./tools/travis/backend
14
40
install :
15
41
- tools/provision
16
42
- source zulip-api-py*-venv/bin/activate
@@ -19,3 +45,5 @@ script:
19
45
after_success :
20
46
- pip install codecov
21
47
- codecov
48
+
49
+
You can’t perform that action at this time.
0 commit comments