nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
403 stars 190 forks source link

Fix python version declaration in tox #606

Closed yakky closed 4 years ago

yakky commented 4 years ago

Description

The current tox configuration is broken as the same python version is used for all the tests.

this does not impact GA as in this case the proper python version is provided by the environment.

Steps to reproduce

run tox -epyX.Y-django22-cms37

Versions

Any

Expected behaviour

Tests are run with python X.Y version

Actual behaviour

Tests are run with whatever default version in the python environment