From 48b4acfa7614e678fed9dd4245b720274fcc2318 Mon Sep 17 00:00:00 2001 From: Sergey Petrov Date: Mon, 30 Jan 2017 17:09:04 +0300 Subject: [PATCH] Remove Python 3.3 from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5530dcc..d1b28e9 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ python -m unittest discover test You can use `tox` for running tests with all supported Python versions: ```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 local 3.6.0 3.5.3 3.4.6 3.3.6 2.7.13 +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 2.7.13 tox ```