Commit Graph

44 Commits (69bbe58dc7312880a737d14b641ee54d5e12b6d9)

Author SHA1 Message Date
Chris Glass 7f839aaa36 Remove django master from env list
When running locally, don't test against django master. The travis
config will however still test those.
2020-08-14 17:02:40 +02:00
Chris Glass 24dd1fff2c Add ipdb to test deps
This is not strictly necessary but it helps tremendously to have a REPL
around to break into when a test fails.
2020-08-14 16:29:49 +02:00
Bastien Vallet b6921baede Add support for Django 3.1 2020-08-05 10:39:48 +02:00
Bastien Vallet 10f6563852 [compat] Cleanup compat matrix with Django/Python supported versions 2020-08-04 14:33:08 +02:00
Diederik van der Boor f7dc0f89bc
Let tox docs use requirement.txt 2019-07-15 22:11:48 +02:00
Diederik van der Boor d314dce4a2
Fix building docs 2019-07-15 09:45:09 +02:00
Diederik van der Boor 7a315f7c17
Stop testing for Python 3.4 (deprecated)
also stop python 3.5 on django-master (which django doens't support)
2019-07-12 16:18:20 +02:00
Diederik van der Boor 0f9dbe05b0
Run tests on Django 2.2 2019-07-11 21:35:43 +02:00
Diederik van der Boor 2d5603c74d
Add Python 3.7 to the build matrix 2018-08-23 17:21:19 +02:00
Diederik van der Boor 2d1ad3f773
Add Django 2.1 to the build matrix 2018-08-23 17:18:51 +02:00
Charlie Denton 60e56ed472
Add django 2.0 to tests 2018-01-16 10:53:34 +00:00
Charlie Denton 96b11b50f9
Remove django 1.10 from tests 2018-01-16 10:53:34 +00:00
Hugo Osvaldo Barrera a5e0238f49 Run tests with postgres 2017-09-06 19:36:36 -03:00
Jerome Leclanche 5c54ae1782 Move setup metadata to setup.cfg 2017-08-29 19:41:42 +03:00
Jerome Leclanche f8852c1281 Travis: Use Tox for test matrix 2017-08-29 19:41:42 +03:00
Jerome Leclanche f9b079fda7 Stop testing on Django 1.8 2017-08-29 19:41:42 +03:00
Jerome Leclanche 2b4aeaec78 Set PYTHONWARNINGS=all when testing 2017-07-10 09:08:11 +03:00
Jerome Leclanche 66124a59eb docs: Move dependencies to tox.ini docs env 2017-07-10 09:08:11 +03:00
Jerome Leclanche df0041dff6 Stop running tests on unmaintained versions of Python/Django 2017-06-23 15:12:53 +03:00
Charlie Denton fcbbbe52b3
Explicitly build coverage XML on travis, not tox 2017-04-15 00:11:33 +01:00
Charlie Denton a57b067b42
Compile coverage for coveralls command on travis 2017-04-14 01:26:24 +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
Diederik van der Boor a3c9bcb14a Merge remote branch 'meshy/new-test-versions' 2017-04-06 13:57:07 +02:00
Diederik van der Boor fa74ce28e8 Start running tests on Django 1.11 (in allow_failures) 2017-04-06 12:53:18 +02:00
Charlie Denton a178ed751d
Test against Python 3.6 and Django 1.11b1 2017-03-03 22:16:54 +00:00
Diederik van der Boor 16586f398c Update tox and travis settings for Django 1.10 2016-08-05 17:23:28 +02:00
Diederik van der Boor 7b4939bb3f tox.ini: add spaces 2015-12-28 14:49:03 +01:00
Diederik van der Boor a01fd92d1c perform Django 1.9 tests on final release, add to tox too 2015-12-16 15:59:25 +01:00
Hugo Osvaldo Barrera 59679f3a4b Run tests on py35 as well 2015-12-16 10:31:36 -03:00
Diederik van der Boor c8973d1fba Fixed Python 2.6 tests, and fixed tox.ini from PR #162 for python 3 2015-10-01 14:35:34 +02:00
Jonas Haag f033141cd5 Simplify tox.ini, add more configurations to .travis.yml 2015-09-29 10:02:00 +02:00
Diederik van der Boor 12ddee7edd tests: use official Django 1.8 release from PyPI 2015-04-08 13:47:29 +02:00
ellmetha 469d063cc9 Django 1.8 alpha support 2015-01-28 00:41:34 +01:00
Chad Shryock 35debe3798 Test Django 1.7! 2014-09-16 22:30:27 -04:00
Diederik van der Boor b73f22f4e0 cleanup: reorder tox envlist for readability 2014-02-13 10:44:06 +01:00
Diederik van der Boor 669a4387d8 tests: update tox/Travis Djagno versions 2013-11-14 17:16:56 +01:00
Diederik van der Boor 07f6b6eaa1 Add tox django-dev version test 2013-07-05 12:07:41 +02:00
Diederik van der Boor 77139ba2d3 Add tox test for docs
And ignore the warning about changelog_archive, it's really not meant to
be in the toctree.
2013-07-05 12:07:19 +02:00
Diederik van der Boor 393f7c5f30 Python 3.2 support confirmed. 2013-05-20 17:34:09 +02:00
Diederik van der Boor 4d7d33ed0d Port new code to Python 3 as well, fix six.with_metaclass() issues
Many thanks to @atheiste for the big porting steps!
2013-05-20 16:03:21 +02:00
Diederik van der Boor 1df5b5ff03 Add runtests script
Allow `python setup.py test` too.
Fix tox invocation now that `manage.py` has moved.
2013-04-05 09:52:53 +02:00
Ben Konrath 25821cd4da Add tox configuration file.
Note: The tests do not currently pass.
2013-03-18 20:11:03 +01:00