Skip to content

Commit

Permalink
Merge 32a32ac into 854ac59
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Nov 30, 2020
2 parents 854ac59 + 32a32ac commit dd2f181
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 105 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/python-app.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
django_version: [ '1.11', '2.0', '2.1', '2.2', '3.0', '3.1' ]
python_version: [ '3.4', '3.5', '3.6', '3.7', '3.8', '3.9' ]
python_version: [ '3.5', '3.6', '3.7', '3.8', '3.9' ]
database: [ 'postgres' ]
exclude:
- django_version: '1.11'
Expand All @@ -29,23 +29,14 @@ jobs:
- django_version: '2.0'
python_version: '3.9'

- django_version: '2.1'
python_version: '3.4'
- django_version: '2.1'
python_version: '3.8'
- django_version: '2.1'
python_version: '3.9'

- django_version: '2.2'
python_version: '3.4'

- django_version: '3.0'
python_version: '3.4'
- django_version: '3.0'
python_version: '3.5'

- django_version: '3.1'
python_version: '3.4'
- django_version: '3.1'
python_version: '3.5'
include:
Expand Down
79 changes: 0 additions & 79 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.rst
Expand Up @@ -19,9 +19,6 @@ It embeds Leaflet version *1.6.0*.
.. image:: https://img.shields.io/pypi/dm/django-leaflet.svg
:target: https://pypi.python.org/pypi/django-leaflet

.. image:: https://travis-ci.org/makinacorpus/django-leaflet.png
:target: https://travis-ci.org/makinacorpus/django-leaflet

.. image:: https://coveralls.io/repos/makinacorpus/django-leaflet/badge.png
:target: https://coveralls.io/r/makinacorpus/django-leaflet

Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -39,7 +39,6 @@
'Framework :: Django',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down
12 changes: 0 additions & 12 deletions tox.ini
Expand Up @@ -23,15 +23,3 @@ deps =
coverage
passenv = DATABASE SPATIALITE_LIBRARY_PATH

[travis:env]
DJANGO =
1.11: django111
2.0: django20
2.1: django21
2.2: django22
3.0: django30
3.1: django31
master: djangomaster

DATABASE =
postgres: postgres

0 comments on commit dd2f181

Please sign in to comment.