forked from stephenmcd/mezzanine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (22 loc) · 629 Bytes
/
.travis.yml
File metadata and controls
22 lines (22 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: python
env:
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.4.x.zip
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.5.x.zip
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.6.x.zip
python:
- "2.6"
- "2.7"
- "3.3"
matrix:
exclude:
- python: "3.3"
env: DJANGO_VERSION=https://github.com/django/django/archive/stable/1.4.x.zip
install:
- pip install $DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors
script:
- python setup.py test
notifications:
irc: "irc.freenode.org#mezzanine"
on_success: change
on_failure: change