Skip to content

Commit

Permalink
Changed Django to 1.7c2.
Browse files Browse the repository at this point in the history
  • Loading branch information
deschler committed Jul 28, 2014
1 parent 59317a4 commit 42c949d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ env:
- DJANGO=1.6 DB=sqlite
- DJANGO=1.6 DB=postgres
- DJANGO=1.6 DB=mysql
- DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=sqlite
- DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=postgres
- DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=mysql
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=sqlite
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=postgres
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=mysql
matrix:
exclude:
- python: "3.2"
Expand All @@ -40,11 +40,11 @@ matrix:
env: DJANGO=1.4 DB=mysql

- python: "2.6"
env: DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=sqlite
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=sqlite
- python: "2.6"
env: DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=postgres
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=postgres
- python: "2.6"
env: DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=mysql
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=mysql

- python: "3.2"
env: DJANGO=1.5 DB=mysql
Expand All @@ -59,11 +59,11 @@ matrix:
- python: "3.4"
env: DJANGO=1.6 DB=mysql
- python: "3.2"
env: DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=mysql
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=mysql
- python: "3.3"
env: DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=mysql
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=mysql
- python: "3.4"
env: DJANGO=https://www.djangoproject.com/download/1.7c1/tarball DB=mysql
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball DB=mysql
before_install:
- pip install -q flake8 --use-mirrors
- PYFLAKES_NODOCTEST=1 flake8 --max-line-length=100 modeltranslation
Expand Down

0 comments on commit 42c949d

Please sign in to comment.