Skip to content

Commit ff72a28

Browse files
committed
Test against multiple versions of Oscar and Django
To anticipate migrating to Oscar 1.1 and Django 1.8, let's run the tests on Travis already.
1 parent 86b1312 commit ff72a28

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ python:
44
- "3.3"
55
- "3.4"
66

7+
env:
8+
- DJANGO=Django==1.7.8 OSCAR=django-oscar==1.0.2
9+
- DJANGO=Django==1.7.8 OSCAR=django-oscar==1.1
10+
- DJANGO=Django==1.8.2 OSCAR=django-oscar==1.1
11+
712
install:
8-
- pip install 'django-oscar>=0.7'
13+
- pip install $DJANGO $OSCAR
914
- pip install -r requirements.txt
1015

1116
env:

0 commit comments

Comments
 (0)