forked from pinax/pinax-stripe-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (44 loc) · 1000 Bytes
/
.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
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=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=master STRIPE=127
- python: "3.3"
env: DJANGO=master STRIPE=128
- python: "3.5"
env: DJANGO=1.7 STRIPE=127
- python: "3.5"
env: DJANGO=1.7 STRIPE=128
install:
- pip install tox coveralls
script:
- tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO-stripe${STRIPE}
after_success:
- coveralls
notifications:
slack: pinax:nR1p8bAyjlJUc1CSYn2DT5ps