Skip to content

Commit

Permalink
Remove Django 1.4 from test matrix, because of conflict with setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fmr committed Apr 9, 2015
1 parent f1fb6fe commit 38db881
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ env:
- PIP_OPTS="--download-cache $HOME/.pip-cache"

matrix:
# Testing against Django 1.4
- DJANGO="Django>=1.4,<1.5" MODEL_UTILS_VERSION=">2.0" TARGET='test-standalone-fancypages'
- DJANGO="Django>=1.4,<1.5" MODEL_UTILS_VERSION=">2.0" TARGET='test-oscar-fancypages'

# Testing against Django 1.5
- DJANGO="Django>=1.5,<1.6" MODEL_UTILS_VERSION="==1.5" TARGET='test-standalone-fancypages'
Expand Down

0 comments on commit 38db881

Please sign in to comment.