Skip to content

Commit

Permalink
Test Django 1.9 directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Macro authored and Macro committed Dec 2, 2015
1 parent fa04a3a commit bc630e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

install:
- pip install -U 'coverage<4' codecov
- pip install -U --pre $DJANGO
- pip install -U $DJANGO
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'

script: coverage run setup.py test
Expand All @@ -42,6 +42,6 @@ matrix:
- python: 3.5
env: DJANGO="Django>=1.8,<1.9"
- python: 3.5
env: DJANGO="Django>=1.9a,<1.10"
env: DJANGO="Django>=1.9,<1.10"

after_success: codecov
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ deps =
django16: Django>=1.6,<1.7
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
django19: Django>=1.9a,<1.10
django19: Django>=1.9,<1.10
djangotrunk: https://github.com/django/django/tarball/master
commands = coverage run -a --branch setup.py test

0 comments on commit bc630e5

Please sign in to comment.