Skip to content

Commit

Permalink
Add Python 3.4 and Django 1.8c1 to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2xyo committed Apr 1, 2015
1 parent 0ee5afa commit 7565910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ language: python
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO=1.4.10
- DJANGO=1.5.5
- DJANGO=1.6.1
- DJANGO=1.7.0
- DJANGO=1.8c1
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -e git+https://github.com/kennethreitz/tablib.git#egg=tablib
Expand Down

0 comments on commit 7565910

Please sign in to comment.