diff options
| author | Pi Delport <pjdelport@gmail.com> | 2017-04-19 10:26:11 +0200 |
|---|---|---|
| committer | Pi Delport <pjdelport@gmail.com> | 2017-05-11 20:56:18 +0200 |
| commit | 094a8909470795a0a5c18a616a0cd2f4d10a19e2 (patch) | |
| tree | 3684be1a13ff961331a5c5ee691a0d1103d84def | |
| parent | ddeea9fac9629e183c74a2a92199240a95714211 (diff) | |
| download | external_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.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# Note: Run "python bootstrap.py" before running Tox, to generate metadata. + [testenv] deps= -rtests/requirements.txt |
