Skip to content

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

Open
LeSuisse wants to merge 1 commit intoFrky:masterfrom
LeSuisse:fix-ci-pytest-supported-version
Open

Unit tests pass on Travis CI for all expected versions of Python#8
LeSuisse wants to merge 1 commit intoFrky:masterfrom
LeSuisse:fix-ci-pytest-supported-version

Conversation

@LeSuisse
Copy link
Copy Markdown
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