forked from jazzband/sorl-thumbnail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
47 lines (39 loc) · 901 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
45
46
47
language: python
python:
- "2.7"
matrix:
include:
- python: "3.3"
env:
- DJANGO_VERSION=1.5
- python: "3.3"
env:
- DJANGO_VERSION=1.6
env:
- DJANGO_VERSION=1.3
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.6
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libjpeg62 libjpeg62-dev zlib1g-dev
- sudo apt-get install -qq libgraphicsmagick++-dev libboost-python-dev
- sudo apt-get install -qq imagemagick
- sudo apt-get install -qq libmagickwand-dev
install:
- pip install Redis
- pip install Pillow
- pip install Wand
- pip install pgmagick
- pip install django==$DJANGO_VERSION
script:
- cd tests && sh runalltests.sh
branches:
except:
- legacy
notifications:
irc:
channels:
- "irc.freenode.org#sorl-thumbnail"
use_notice: true
skip_join: true