forked from prymitive/bootstrap-breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
55 lines (47 loc) · 1.05 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
sudo: false
language: python
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
env:
matrix:
- DJANGO=3.0.3
- DJANGO=2.2.10
- DJANGO=2.0.13
- DJANGO=1.8.19
- DJANGO=1.10.8
- DJANGO=1.11.28
matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0.13
- python: "2.7"
env: DJANGO=2.2.10
- python: "2.7"
env: DJANGO=3.0.3
- python: "3.4"
env: DJANGO=2.2.10
- python: "3.4"
env: DJANGO=3.0.3
- python: "3.5"
env: DJANGO=3.0.3
- python: "3.6"
env: DJANGO=1.8.19
- python: "3.6"
env: DJANGO=1.10.8
install:
- pip install -U Django==$DJANGO
- pip install -Ur requirements-test.txt
script:
- py.test -v --pep8 --cov=django_bootstrap_breadcrumbs --cov-report=term-missing
deploy:
provider: pypi
user: prymitive
password:
secure: AG4XNHGS0WlieYF+QviYA0k/Q9cLQQl2m53rKu3YjTE4r9uKR6ffAphm7fTNu7YS5dvfDIAGIrX60wM4Z9gm1mOWEBY8/LAjLDsCEN4myoUgVZXLtrEmzUUvyph8hBHw4OKJX17i36HUTFdEKrkWRti/zumpQoDcFhr1D8m37f4=
on:
tags: true
distributions: sdist bdist_wheel