forked from pinax/pinax-stripe-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
59 lines (59 loc) · 1.4 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO=1.7 STRIPE=127
- DJANGO=1.7 STRIPE=128
- DJANGO=1.8 STRIPE=127
- DJANGO=1.8 STRIPE=128
- DJANGO=1.9 STRIPE=127
- DJANGO=1.9 STRIPE=128
- DJANGO=1.10 STRIPE=127
- DJANGO=1.10 STRIPE=128
- DJANGO=1.11 STRIPE=127
- DJANGO=1.11 STRIPE=128
- DJANGO=master STRIPE=127
- DJANGO=master STRIPE=128
matrix:
exclude:
- python: "3.3"
env: DJANGO=1.9 STRIPE=127
- python: "3.3"
env: DJANGO=1.9 STRIPE=128
- python: "3.3"
env: DJANGO=1.10 STRIPE=127
- python: "3.3"
env: DJANGO=1.10 STRIPE=128
- python: "3.3"
env: DJANGO=1.11 STRIPE=127
- python: "3.3"
env: DJANGO=1.11 STRIPE=128
- python: "2.7"
env: DJANGO=master STRIPE=127
- python: "2.7"
env: DJANGO=master STRIPE=128
- python: "3.3"
env: DJANGO=master STRIPE=127