File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ in addition to
71
71
For Python 3.5 the `Visual C++ Redistributable for Visual Studio 2015
72
72
<http://www.microsoft.com/en-us/download/details.aspx?id=48145>`_
73
73
needs to be installed.
74
- In case Python 2.6 to 3.4 are not installed for all users (not the default),
74
+ In case Python 2.7 to 3.4 are not installed for all users (not the default),
75
75
the Microsoft Visual C++ 2008 (
76
76
`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
77
77
or
78
78
`32 bit <http://www.microsoft.com/download/en/details.aspx?id=29>`__
79
- for Python 2.6 to 3.2) or Microsoft Visual C++ 2010 (
79
+ for Python 2.7 to 3.2) or Microsoft Visual C++ 2010 (
80
80
`64 bit <http://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
81
81
or
82
82
`32 bit <http://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
@@ -184,7 +184,7 @@ themselves.
184
184
Required Dependencies
185
185
^^^^^^^^^^^^^^^^^^^^^
186
186
187
- :term:`python` 2.6, 2.7, 3.3 , 3.4, or 3.5
187
+ :term:`python` 2.7 , 3.4, or 3.5
188
188
`Download python <http://www.python.org/download/>`_.
189
189
190
190
:term:`numpy` |minimum_numpy_version| (or later)
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ Using tox
265
265
266
266
`Tox <http://tox.testrun.org/ >`_ is a tool for running tests against
267
267
multiple Python environments, including multiple versions of Python
268
- (e.g., 2.6, 2. 7, 3.2, etc. ) and even different Python implementations
268
+ (e.g., 2.7, 3.4, 3.5 ) and even different Python implementations
269
269
altogether (e.g., CPython, PyPy, Jython, etc.)
270
270
271
271
Testing all versions of Python (2.6, 2.7, 3.*) requires
You can’t perform that action at this time.
0 commit comments