Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit tests pass on Travis CI for all expected versions of Python #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LeSuisse
Copy link
Contributor

This contribution drop the execution of the unit tests on
Python 3.2. Python 3.2 is not supported by pytest anymore [1]
and there are no more security updates [2]. confiture should
not encourage the use of an abandoned version of Python.

Also, this contribution adds the current Python 3 version (3.6)
to the list of the tested environments.

[1] pytest-dev/pytest#1678
[2] https://www.python.org/dev/peps/pep-0392/#lifespan

This contribution drop the execution of the unit tests on
Python 3.2. Python 3.2 is not supported by pytest anymore [1]
and there are no more security updates [2]. confiture should
not encourage the use of an abandoned version of Python.

Also, this contribution adds the current Python 3 version (3.6)
to the list of the tested environments.

[1] pytest-dev/pytest#1678
[2] https://www.python.org/dev/peps/pep-0392/#lifespan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant