drop Python 2.6 testing support
Change-Id: I78f21e5794e8ba7a095f03d279247516a241f555
This commit is contained in:
parent
5bffeb29b8
commit
5374ba3a80
@ -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:
|
||||
|
@ -16,8 +16,7 @@ Swift is written in Python and has these dependencies:
|
||||
* The Python packages listed in `the requirements file <https://github.com/openstack/swift/blob/master/requirements.txt>`_
|
||||
* Testing additionally requires `the test dependencies <https://github.com/openstack/swift/blob/master/test-requirements.txt>`_
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user