aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPi Delport <pjdelport@gmail.com>2017-04-19 10:26:11 +0200
committerPi Delport <pjdelport@gmail.com>2017-05-11 20:56:18 +0200
commit094a8909470795a0a5c18a616a0cd2f4d10a19e2 (patch)
tree3684be1a13ff961331a5c5ee691a0d1103d84def
parentddeea9fac9629e183c74a2a92199240a95714211 (diff)
downloadexternal_python_setuptools-094a8909470795a0a5c18a616a0cd2f4d10a19e2.tar.gz
external_python_setuptools-094a8909470795a0a5c18a616a0cd2f4d10a19e2.tar.bz2
external_python_setuptools-094a8909470795a0a5c18a616a0cd2f4d10a19e2.zip
Add bootstrap instructions to tox.ini
This will help get new contributors started, if they're just used to running "tox".
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 6b43dcd8..342b034e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,5 @@
+# Note: Run "python bootstrap.py" before running Tox, to generate metadata.
+
[testenv]
deps=
-rtests/requirements.txt