Skip to content

Commit ad91664

Browse files
authored
Remove py27 in setup step (python#691)
1 parent 05426d0 commit ad91664

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ instructions please see the :ref:`setup guide <setup>`.
4747
./python -m test -j3
4848

4949
On :ref:`most <mac-python.exe>` Mac OS X systems, replace :file:`./python`
50-
with :file:`./python.exe`. On Windows, use :file:`python.bat`. With Python
51-
2.7, replace ``test`` with ``test.regrtest``.
50+
with :file:`./python.exe`. On Windows, use :file:`python.bat`.
5251

5352
5. Create a new branch where your work for the issue will go, e.g.::
5453

0 commit comments

Comments
 (0)