Garret Wassermann
e2bd1e5cd0
Update travis ci to test both django 2.2 and 3.x
...
Update travis ci config to test both django 2.2 and latest 3.x
2020-10-13 16:50:12 -04:00
Garret Wassermann
6f1ec3e13e
Update travis ci testing to use Django 3.1 and Ubuntu 20.04
2020-10-13 03:09:30 -04:00
Garret Wassermann
105f008719
Test against python 3.8 too
2019-12-17 08:27:05 -05:00
Garret Wassermann
66ab507c15
Snyc with master to get patches for ru templates and custom User models
2019-08-05 19:40:38 -04:00
Garret Wassermann
b41f95fd7e
Drop support for python 3.4 and 3.5, since they're now unsupported too anyway
2019-08-05 19:29:14 -04:00
Garret Wassermann
d896e21fd2
Use ubuntu bionic 18.04 for automated testing
2019-08-05 19:22:08 -04:00
Garret Wassermann
4fb8426153
Update requirements to ensure Django 2.2 LTS
2019-04-01 21:39:19 -04:00
Garret Wassermann
7f19828a0e
Set Django 2.2 LTS as the default for the 0.3 release
2019-04-01 21:35:09 -04:00
Garret Wassermann
393076be90
Update travis for latest django
2019-01-01 19:59:16 -05:00
Garret Wassermann
2126edd94f
Add Django 2.1 to testing
2018-09-01 23:23:13 -04:00
Garret Wassermann
a7a7ade749
Update .travis.yml to use xenial
...
Update .travis.yml to use xenial
2018-07-19 12:35:49 -04:00
Garret Wassermann
8d6f8e669c
Use only Python 3 and Django 2 for travis tests
2018-07-03 01:05:16 -04:00
Garret Wassermann
fb19677383
Test against latest bugfix of django 1.11
2018-06-27 02:44:13 -04:00
Garret Wassermann
2cf1a32a10
Fix deprecated escape sequence warning for Py3.7, ignore W503,504
2018-05-10 01:42:09 -04:00
Garret Wassermann
e0096d4821
Update gitignore for eggs/ and travis for latest django LTS release
2018-02-07 02:48:53 -05:00
Garret Wassermann
2290be4e1b
Use pycodestyle instead of pep8 for testing, to address #570
2017-12-06 01:27:02 -05:00
Garret Wassermann
43035afc07
Update travis to use latest Django
2017-12-05 02:41:45 -05:00
Garret Wassermann
f5aec2d385
Update docs for minimum of Django 1.11, set release version to 0.2.0 and change primary maintainer to gwasser
2017-08-30 15:54:19 -04:00
Garret Wassermann
93934fea46
Add Django 1.11 to testing on Travis CI
2017-04-16 04:21:05 -04:00
Garret Wassermann
18557aad38
Add Python 3.6 to Travis CI configuration
2017-02-25 04:07:20 -05:00
Jonathan Barratt
e8d0c5b2c7
implement mocked pop3 and imap tests for get_email
...
also update travis to latest django patch releases
2016-12-02 19:04:52 +07:00
Alex Seeholzer
4a7286f371
added requirements for testing
2016-12-02 17:40:46 +07:00
Alex Barcelo
e511aed934
removing leftover references to south_migrations folder
2016-11-02 17:24:05 +01:00
Alex Seeholzer
bc212a3dd1
updated travis target to latest python, ensuring latest mock patches are usable.
...
before, travis randomly resolved "3.4" into 3.4.2 or 3.4.4.
2016-11-01 15:01:50 +01:00
Garret Wassermann
904a83e2fe
Remove Django 1.7 from requirements and testing, set version to 0.2.0
2016-10-28 14:59:03 +07:00
Alex Barcelo
94162303d6
adding pep8 test for Travis
2016-10-24 10:06:36 +02:00
Alex Seeholzer
00b9dce0e9
Added coverage generation to testing, consumed by codecov in the CI build (+4 squashed commits)
...
Squashed commits:
[dadf579] switched to codecov from coveralls
[76f5184] added badge to Readme; debugging travis script;
[8b2a807] Testing submission to coveralls
[675ac37] Added coveralls support for travis
2016-10-20 14:00:51 +02:00
Alex Barcelo
40c046e993
Adding Django 1.10 to Travis
2016-10-20 08:25:37 +02:00
Alex Seeholzer
265da65ead
Removed Python3.5 + Django 1.7.11 from travis build targets (non-supported combination)
2015-12-16 10:48:18 +01:00
Alex Seeholzer
4e2e517821
changed build target to 3.4+ (3.3 support is dropped for Django 1.8+);
...
changed doc to reflect this;
2015-12-16 10:26:29 +01:00
Ross Poulton
9c249a818b
Update docs & tests for Python 2.7/3.3+ and Django 1.7+
2015-12-16 10:35:00 +11:00
Ross Poulton
bfd76e7f05
Update Django versions we test against; 1.4 now excluded
2014-09-10 09:16:19 +10:00
Matt Molyneaux
8b2489d87d
Grab requirements.txt for tests and remove Django 1.3 testing (requirements.txt asks for Django>1.4)
2014-06-05 01:07:05 +01:00
Matt Molyneaux
b41eae040d
Remove --use-mirrors
2014-06-05 01:07:05 +01:00
Matt Molyneaux
a99f444e96
Fix missing bits of test
...
Travis will now grab the newest point releases of Django, including 1.6.5
Also added 'bootstrapform' to test settings to reduce failing tests to actual bugs
2014-06-05 01:07:05 +01:00
Darrell Enns
8f0a80d322
added url tag compatibility fix for django <1.5
...
added django 1.5 to travis
2013-03-18 11:41:43 -07:00
Ross Poulton
90b42d37ec
Bump Python/Django version numbers
2013-01-23 11:43:54 +11:00
Ross Poulton
ab78a25864
Remove testing in Django 1.2.
2012-08-08 14:40:18 +10:00
Ross Poulton
648ff01a2d
Fix travis configuration
2012-08-08 14:35:05 +10:00
Ross Poulton
f801d6d00b
Add travis-ci.org configuration including quicktest runner.
2012-08-08 14:32:28 +10:00