Skip to content

Commit

Permalink
bumped django 1.5.5 to 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokyrychuk committed Jan 26, 2015
1 parent 254e549 commit a0ffbf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:

env:
- DJANGO=Django==1.4.18 SOUTH=1
- DJANGO=Django==1.5.5 SOUTH=1
- DJANGO=Django==1.5.12 SOUTH=1
- DJANGO=Django==1.6.1 SOUTH=1
- DJANGO=https://github.com/django/django/tarball/master SOUTH=1

Expand All @@ -31,6 +31,6 @@ matrix:
env: DJANGO=Django==1.4.18 SOUTH=1
include:
- python: 2.7
env: DJANGO=Django==1.5.5 SOUTH=0
env: DJANGO=Django==1.5.12 SOUTH=0

after_success: coveralls
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ deps =
[testenv:py27-1.5-nosouth]
basepython = python2.7
deps =
Django == 1.5.5
Django == 1.5.12
coverage == 3.6

[testenv:py32-1.5]
basepython = python3.2
deps =
Django == 1.5.5
Django == 1.5.12
South == 0.8.1
coverage == 3.6

Expand All @@ -90,7 +90,7 @@ deps =
[testenv:py33-1.5]
basepython = python3.3
deps =
Django == 1.5.5
Django == 1.5.12
South == 0.8.1
coverage == 3.6

Expand Down

0 comments on commit a0ffbf0

Please sign in to comment.