mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #23919 -- Removed misc Python 2/3 references.
This commit is contained in:
@@ -3,7 +3,7 @@ install some requirements and run the tests::
|
||||
|
||||
$ cd tests
|
||||
$ pip install -e ..
|
||||
$ pip install -r requirements/py3.txt # or py2.txt
|
||||
$ pip install -r requirements/py3.txt
|
||||
$ ./runtests.py
|
||||
|
||||
For more information about the test suite, see
|
||||
|
||||
Reference in New Issue
Block a user