Skip to content

Commit

Permalink
Test against multiple versions of Oscar and Django
Browse files Browse the repository at this point in the history
To anticipate migrating to Oscar 1.1 and Django 1.8, let's run the
tests on Travis already.
  • Loading branch information
maiksprenger committed Jul 8, 2015
1 parent 86b1312 commit ff0a601
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ python:
- "3.3"
- "3.4"

env:
matrix:
- DJANGO=Django==1.7.8 OSCAR=django-oscar==1.0.2
- DJANGO=Django==1.7.8 OSCAR=django-oscar==1.1
- DJANGO=Django==1.8.2 OSCAR=django-oscar==1.1

install:
- pip install 'django-oscar>=0.7'
- pip install $DJANGO $OSCAR
- pip install -r requirements.txt

env:
Expand Down

0 comments on commit ff0a601

Please sign in to comment.