Remove Python 3.3 from README
This commit is contained in:
@@ -50,8 +50,8 @@ python -m unittest discover test
|
|||||||
|
|
||||||
You can use `tox` for running tests with all supported Python versions:
|
You can use `tox` for running tests with all supported Python versions:
|
||||||
```shell
|
```shell
|
||||||
pyenv install 2.7.13 && pyenv install 3.3.6 && pyenv install 3.4.6 && pyenv install 3.5.3 & pyenv install 3.6.0
|
pyenv install 2.7.13 && pyenv install 3.4.6 && pyenv install 3.5.3 & pyenv install 3.6.0
|
||||||
pyenv local 3.6.0 3.5.3 3.4.6 3.3.6 2.7.13
|
pyenv local 3.6.0 3.5.3 3.4.6 2.7.13
|
||||||
tox
|
tox
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user