mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Merge pull request #564 from jairhenrique/drop-35
Drop support to deprecated Python (<3.6)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user