Skip to content

Commit

Permalink
Remove Django 1.4 from Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
JshWright committed Apr 5, 2015
1 parent 2894261 commit f955262
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
global:
- TEST_APPS="allauth account socialaccount amazon angellist bitbucket coinbase evernote feedly foursquare douban dropbox dropbox_oauth2 facebook flickr google github hubic instagram linkedin linkedin_oauth2 mailru odnoklassniki windowslive openid orcid paypal persona soundcloud spotify stackexchange tumblr twitch twitter vimeo vk weibo bitly xing"
matrix:
- DJANGO=Django==1.4.3
- DJANGO=Django==1.5
- DJANGO=Django==1.6
- DJANGO=Django==1.7
Expand All @@ -21,15 +20,9 @@ install:
branches:
only:
- master
script: if [ $DJANGO == Django==1.4.3 -o $DJANGO == Django==1.5 ]; then coverage run manage.py test $TEST_APPS; else coverage run manage.py test allauth; fi
script: if [ -o $DJANGO == Django==1.5 ]; then coverage run manage.py test $TEST_APPS; else coverage run manage.py test allauth; fi
matrix:
exclude:
- python: "3.4"
env: DJANGO=Django==1.4.3
- python: "3.3"
env: DJANGO=Django==1.4.3
- python: "3.2"
env: DJANGO=Django==1.4.3
- python: "2.6"
env: DJANGO=Django==1.7
after_success:
Expand Down

0 comments on commit f955262

Please sign in to comment.