1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Add tests on django 2.0.x, drop support for python 3.4.x

This commit is contained in:
Adam Dobrawy 2019-12-28 19:36:30 +01:00
parent f9b0a27e5f
commit d7b06a9ca7
4 changed files with 44 additions and 36 deletions

View file

@ -55,5 +55,3 @@ To add support for a new version perform the following task:
* Ensure that ``.travis.yml`` file reflects support for new Django release. Note the excluded versions of the Python interpreter.
* Verify by pushing changes on a separate branch to see if the changes in TravisCI are correct.
* Proceed to the standard procedure for a new package release (see `How to do a new release?`_ ).
A `spreadsheet with generator is available <https://docs.google.com/spreadsheets/d/1YsVPDeOAgf_c_7XOXh6SZUO2ebMNoFXysxfj4r1tFiM/edit?usp=sharing>`_ that can assist this process.