Skip to content

Commit

Permalink
Fixed Python 2.6 tests, and fixed tox.ini from PR #162 for python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 1, 2015
1 parent ce4b934 commit c8973d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion polymorphic/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import uuid
import re
import django
from unittest import skipIf
from django.utils.unittest import skipIf
from django.db.models.query import QuerySet

from django.test import TestCase
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
envlist=
py26-django{14,15,16},
py27-django{14,15,16,17,18},
py32-django{14,15,16,17,18},
py33-django{14,15,16,17,18},
py34-django{14,15,16,17,18},
py32-django{15,16,17,18},
py33-django{15,16,17,18},
py34-django{15,16,17,18},
# py33-django-dev,
docs,

[testenv]
Expand Down

0 comments on commit c8973d1

Please sign in to comment.