Skip to content

Commit

Permalink
Update travis config for latest tox config changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed Apr 22, 2015
1 parent ee3abc6 commit 37f2919
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
env:
- DJANGO_VERSION=master
- DJANGO_VERSION=1.8.x
- DJANGO_VERSION=1.7.x
- DJANGO_VERSION=1.6.x
- DJANGO_VERSION=1.5.x
Expand All @@ -21,3 +21,5 @@ matrix:
env: DJANGO_VERSION=master
- python: "2.6"
env: DJANGO_VERSION=1.7.x
- python: "2.6"
env: DJANGO_VERSION=1.8.x

0 comments on commit 37f2919

Please sign in to comment.