summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2019-04-14 12:02:36 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-18 14:41:15 +0200
commitaed89adad54a977829c4f180b036033e031ebcc7 (patch)
tree95a71faf7fbff157c6a6fdd4e157b83393a228ee /tox.ini
parentceab25bc6d0d095acfcea46c35d93c17d008fd35 (diff)
downloaddjango-aed89adad54a977829c4f180b036033e031ebcc7.tar.gz
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 09a7ac8270..5e2f54fd78 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# Tox (https://tox.readthedocs.io/) is a tool for running tests in multiple
# virtualenvs. This configuration file helps to run the test suite on all
-# supported Python versions. To use it, "pip install tox" and then run "tox"
-# from this directory.
+# supported Python versions. To use it, "python -m pip install tox" and
+# then run "tox" from this directory.
[tox]
skipsdist = true