Charlie Denton
d5886387d4
Allow travis builds to report failure early
2017-04-14 01:11:30 +01:00
Charlie Denton
c6e58db73e
Use tox for travis builds
...
This paves the way for more complex tox configs that don't need
duplicated config.
2017-04-14 01:09:32 +01:00
Charlie Denton
24d7509879
Run django master in tox tests
2017-04-14 00:53:17 +01:00
Charlie Denton
7dfe58bb10
Remove duplicate line in tox config
2017-04-14 00:49:35 +01:00
Charlie Denton
aefb7dabc2
Django 1.11 uses real class names in __repr__()
...
See https://code.djangoproject.com/ticket/27546 and
https://github.com/django/django/commit/48826aa
2017-03-03 22:56:09 +00:00
Charlie Denton
8e52bdf6d1
Explicitly name ids of clashing base models
...
This avoids the following error in django 1.11 tests:
polymorphic.MRODerived: (models.E005) The field 'id' from parent model 'polymorphic.mrobase3' clashes with the field 'id' from parent model 'polymorphic.mrobase1'.
Related to https://code.djangoproject.com/ticket/22442
2017-03-03 22:16:54 +00:00
Charlie Denton
a178ed751d
Test against Python 3.6 and Django 1.11b1
2017-03-03 22:16:54 +00:00