Skip to content

Commit

Permalink
Bumping travis config to latest point releases
Browse files Browse the repository at this point in the history
For django and djangorestframework, specifically.
  • Loading branch information
respondcreate committed Mar 11, 2015
1 parent d6bf594 commit bd6fde3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ python:
# List the versions of Django you'd like to test against
env:
- DJANGO_VERSION=1.6.8 REST_FRAMEWORK_VERSION=2.3.14
- DJANGO_VERSION=1.6.8 REST_FRAMEWORK_VERSION=3.0.2
- DJANGO_VERSION=1.7.1 REST_FRAMEWORK_VERSION=2.3.14
- DJANGO_VERSION=1.7.1 REST_FRAMEWORK_VERSION=3.0.2
- DJANGO_VERSION=1.6.8 REST_FRAMEWORK_VERSION=3.0.5
- DJANGO_VERSION=1.7.6 REST_FRAMEWORK_VERSION=2.3.14
- DJANGO_VERSION=1.7.6 REST_FRAMEWORK_VERSION=3.0.5
before_install:
- export DJANGO_SETTINGS_MODULE=tests.test_settings
- export PIP_USE_MIRRORS=true
Expand Down

0 comments on commit bd6fde3

Please sign in to comment.