Bruno Alla
3eef317761
Add python 3.6 to Tox file
...
A bit more is needed to add it to travis
2017-05-16 13:44:53 +01:00
Mariusz Felisiak
8ade314f51
Removed Django 1.11 from the allowed failures. ( #205 )
2017-05-08 09:10:11 +02:00
Mariusz Felisiak
a691e9e97c
Fixed Django 2.0 tests due to django.conf.urls.include behavior change.
...
Removed pypy for Django 2.0 tests.
2017-01-29 15:08:52 +01:00
Mariusz Felisiak
661b78da0b
Fixed travis configuration. Bumped Django versions.
2017-01-27 22:48:41 +01:00
Camilo Nova
3fef927349
Improve testing matrix
2016-09-14 11:45:16 -05:00
Camilo Nova
01fa669e98
Added django 1.10 tests
2016-09-14 11:35:13 -05:00
Camilo Nova
2cf3d8e86c
Added python 3.5
2016-01-08 09:00:40 -05:00
Aidan Lister
123dc39ce3
Update tox.ini
2015-10-22 15:21:55 +11:00
Jannis Leidel
20e424898c
sigh, more travis/tox fixes.
2015-09-24 12:29:14 +02:00
Jannis Leidel
e41710616b
Allow line breaks in config descriptions - Fix #95
2015-09-24 12:21:29 +02:00
Jannis Leidel
7f5ca04f25
Don't use 3.5 on Travis as it doesn't have it yet.
2015-09-24 12:00:30 +02:00
Jannis Leidel
b36aaf8fa6
More test fixes.
2015-09-24 11:56:19 +02:00
Jannis Leidel
13768bc7ae
Fixed some Travis config issues
2015-09-24 11:07:46 +02:00
Jannis Leidel
19109b98bc
Merge remote-tracking branch 'vinnyrose/compat_changes'
2015-09-24 11:02:45 +02:00
Jannis Leidel
f829ae543c
Merge remote-tracking branch 'caktus/fixes_recent_djangos'
2015-09-24 10:45:14 +02:00
Jannis Leidel
95d751a7ce
Merge pull request #103 from funkybob/master
...
[Fixes #93 ] Make models.py 1.8 compatible
2015-09-24 10:42:48 +02:00
Mario Rosa
e1f9e52a08
Compatibility changes.
...
Drop python 2.6, 3.2
Drop Django 1.4, 1.5, 1.6
Remove models.py under constance and move to an appconfig imported file.
2015-08-25 08:14:01 -04:00
Jake Merdich
60a7b792e2
Work around for pip bug w/ Django zips
2015-08-19 22:46:33 -07:00
Dan Poirier
b44f5f5409
Some fixes for recent Djangos
...
* Add Django 1.8 to test environments in tox.ini
* Update python versions supported by Django master in tox.ini
* Don't load 'url' from template library 'future' - it is no longer
available in Django master, and is not needed in Django 1.4 and later,
which is as far back as django-constance tests
* get_cache dropped from Django master
* post_syncdb signal dropped
* django.utils.importlib dropped
There are still errors on some environments that I didn't try to
address:
* coverage seems broken on py32
* django-master seems currently broken on py27 (non-ASCII character
somewhere,
I expect django-master will be fixed soon since they still claim py27
support)
* django14 seems broken: "NoReverseMatch: u"'admin" is not a registered
namespace"
2015-08-07 08:14:26 -04:00
Curtis Maloney
de4dc304f8
Django master (1.9+) does not support Py3.2
2015-05-27 13:38:41 +10:00
Jannis Leidel
041de9c29c
Don't run py26 tests on Django >= 1.7.
2014-11-21 16:56:06 +01:00
Jannis Leidel
6b80f55198
Use tox variable for django-admin.py location.
2014-11-21 15:03:54 +01:00
Jannis Leidel
27859d14f2
Allow the use of which in tox.
2014-11-21 14:58:37 +01:00
Jannis Leidel
9c975cbe58
Stop using setup.py for running the tests.
2014-11-21 14:48:52 +01:00
Jannis Leidel
83e4160894
Added tox configuration.
2014-11-21 14:15:42 +01:00