summaryrefslogtreecommitdiff
path: root/tests/README.rst
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-25 13:59:25 -0500
committerGitHub <noreply@github.com>2017-01-25 13:59:25 -0500
commit1c466994d9729a8902d34e277a3a685bef2a08e1 (patch)
tree3a0c5ea4fc352aead66378f1fc2217feb6e1e2c7 /tests/README.rst
parent11856ea44e4dd1ff2358c559c0d04ac848832c23 (diff)
downloaddjango-1c466994d9729a8902d34e277a3a685bef2a08e1.tar.gz
Refs #23919 -- Removed misc Python 2/3 references.
Diffstat (limited to 'tests/README.rst')
-rw-r--r--tests/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.rst b/tests/README.rst
index 7d4ddb513a..7f64afe6fc 100644
--- a/tests/README.rst
+++ b/tests/README.rst
@@ -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