diff --git a/doc/source/development_guidelines.rst b/doc/source/development_guidelines.rst index 241eda6cf5..1da8457682 100644 --- a/doc/source/development_guidelines.rst +++ b/doc/source/development_guidelines.rst @@ -49,7 +49,7 @@ To execute the unit tests: * Optionally, run only specific tox builds: - - `tox -e pep8,py26` + - `tox -e pep8,py27` The functional tests may be executed against a :doc:`development_saio` or other running Swift cluster using the command: diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index b3b201d461..0e3b408ad4 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -16,8 +16,7 @@ Swift is written in Python and has these dependencies: * The Python packages listed in `the requirements file `_ * Testing additionally requires `the test dependencies `_ -Python 2.6 should work, but it's not actively tested. There is no current -support for Python 3. +There is no current support for Python 3. ------------- Getting Swift diff --git a/tox.ini b/tox.ini index 96e32f87a8..de72f26950 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py27,pep8 minversion = 1.6 skipsdist = True