Update tox envs list
Update envs list in tox.ini: py33, py34 are not run on CI anymore. Make documentation consistent with actual settings in tox.ini. Change-Id: I7e6ad8acf01a54043f2a2b741c0f1b3376c936d0
This commit is contained in:
parent
2f404e834d
commit
7bb1f3a770
@ -24,7 +24,7 @@ environments sequentially and pep8 style guideline run::
|
|||||||
You can also selectively pick specific test environments by listing your
|
You can also selectively pick specific test environments by listing your
|
||||||
chosen environments after a -e flag::
|
chosen environments after a -e flag::
|
||||||
|
|
||||||
$ tox -e py27,py33,py34,pep8
|
$ tox -e py35,py27,pep8,pypy
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Tox sets up virtual environment and installs all necessary dependencies.
|
Tox sets up virtual environment and installs all necessary dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user