diff options
| author | Kyrylo Romanenko <kromanenko@mirantis.com> | 2016-12-27 17:41:55 +0200 |
|---|---|---|
| committer | Kyrylo Romanenko <kromanenko@mirantis.com> | 2017-01-10 15:42:57 +0000 |
| commit | 7bb1f3a7707aab0fe81fbeaf1e3c5836a53fbf09 (patch) | |
| tree | f4e0997602021e129da829becd9c4b0803d1ac67 /doc | |
| parent | 2f404e834d458bc91e6292a391dab672df980745 (diff) | |
| download | python-ironicclient-7bb1f3a7707aab0fe81fbeaf1e3c5836a53fbf09.tar.gz | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/testing.rst b/doc/source/testing.rst index 90c7483..0f8a46c 100644 --- a/doc/source/testing.rst +++ b/doc/source/testing.rst @@ -24,7 +24,7 @@ environments sequentially and pep8 style guideline run:: You can also selectively pick specific test environments by listing your chosen environments after a -e flag:: - $ tox -e py27,py33,py34,pep8 + $ tox -e py35,py27,pep8,pypy .. note:: Tox sets up virtual environment and installs all necessary dependencies. |
