Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Add minimal test suite #35

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Add minimal test suite #35

wants to merge 8 commits into from

Conversation

pieterdd
Copy link

@pieterdd pieterdd commented Jul 17, 2018

I removed some Django/Python versions from the Travis CI config because they're not actually compatible with the library. See commit description of d91424c.

Pieter De Decker added 8 commits July 17, 2018 15:23
- Python 2 is unsupported due to NameError: name 'ModuleNotFoundError' is not defined
- Python 3.4 is unsupported due to pluggy.manager.PluginValidationError: Plugin 'django' could not be loaded: (py 1.4.33 (/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages), Requirement.parse('py>=1.5.0'), {'pytest'})!
- Django <1.10 is unsupported due to some django.urls imports in the
library
This is replaced by pytest.
@pieterdd pieterdd changed the title Build against Django 2.0.7 Add minimal test suite Jul 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant