Skip to content

Commit

Permalink
Updated tox and travis config to Django 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Braak committed May 26, 2015
1 parent 3e5e52b commit 93f99af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- pypy
env:
- DJANGO=Django==1.7.8
- DJANGO=Django==1.8.1
- DJANGO=Django==1.8.2
install:
- pip install $DJANGO
- pip install -r testproject/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deps =
[testenv:django1.8-py34]
basepython = python3.4
deps =
Django==1.8.1
Django==1.8.2
{[testenv]deps}

[testenv:django-dev-py34]
Expand Down

0 comments on commit 93f99af

Please sign in to comment.