Skip to content

Commit

Permalink
Bump to Django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
2xyo committed Apr 1, 2015
1 parent 7565910 commit a1588e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- DJANGO=1.5.5
- DJANGO=1.6.1
- DJANGO=1.7.0
- DJANGO=1.8c1
- DJANGO=1.8
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -e git+https://github.com/kennethreitz/tablib.git#egg=tablib
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ deps =
[testenv:py27-1.8]
basepython = python2.7
deps =
django==1.8c1
django==1.8

[testenv:py33-1.8]
basepython = python3.3
deps =
django==1.8c1
django==1.8
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib

[testenv:py34-1.8]
basepython = python3.4
deps =
django==1.8c1
django==1.8
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib

0 comments on commit a1588e5

Please sign in to comment.