1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00

Drop support to deprecated Python (<3.6)

This commit is contained in:
Jair Henrique
2020-10-06 10:07:48 -03:00
parent 4991d3d22b
commit 08ef4a8bc4
4 changed files with 9 additions and 15 deletions

View File

@@ -130,10 +130,10 @@ in this example::
pip install tox tox-pyenv
# Install supported versions (at time of writing), this does not activate them
pyenv install 3.5.9 3.6.9 3.7.5 3.8.0 pypy3.6-7.2.0
pyenv install 3.6.9 3.7.5 3.8.0 pypy3.6-7.2.0
# This activates them
pyenv local 3.5.9 3.6.9 3.7.5 3.8.0 pypy3.6-7.2.0
pyenv local 3.6.9 3.7.5 3.8.0 pypy3.6-7.2.0
# Run the whole test suite
tox