Skip to content

Commit

Permalink
QA configs updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Aug 3, 2016
1 parent 4d0aee1 commit 8df06a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ python:
- 2.7

env:
- DJANGO="Django==1.10rc1"
- DJANGO="Django>=1.9.0,<1.10"
- DJANGO="Django>=1.10,<1.11"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=1.8.6,<1.9"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.6,<1.7"
Expand All @@ -33,9 +33,9 @@ matrix:
env: DJANGO="Django>=1.4,<1.5"

- python: 3.3
env: DJANGO="Django==1.10rc1"
env: DJANGO="Django>=1.10,<1.11"
- python: 3.3
env: DJANGO="Django>=1.9.0,<1.10"
env: DJANGO="Django>=1.9,<1.10"
- python: 3.3
env: DJANGO="Django>=1.4,<1.5"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ deps =
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django==1.10rc1
django110: Django>=1.10,<1.11

0 comments on commit 8df06a6

Please sign in to comment.