Add Python 3.8 as supported
This commit is contained in:
@@ -64,8 +64,8 @@ pytest
|
||||
|
||||
You can use `tox` for running tests with all supported Python versions:
|
||||
```shell
|
||||
pyenv install 3.5.6; pyenv install 3.6.7; pyenv install 3.7.1
|
||||
pyenv local 3.7.1 3.6.7 3.5.6
|
||||
pyenv install 3.5.6; pyenv install 3.6.7; pyenv install 3.7.1; pyenv install 3.8.0
|
||||
pyenv local 3.8.0 3.7.1 3.6.7 3.5.6
|
||||
pip install tox
|
||||
tox
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user