diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-11 15:11:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-11 15:11:37 -0400 |
| commit | aec3649c91a2a55e218edd038571931704a8e3a6 (patch) | |
| tree | 5e3f15b7569d5cc180f0c9513c08fd62fc85f995 | |
| parent | 6a645af13ac4ef4dd2c4012c47f8d21d529358a7 (diff) | |
| parent | efcc426349bef47ff8698245af99e34e3489988d (diff) | |
| download | external_python_setuptools-aec3649c91a2a55e218edd038571931704a8e3a6.tar.gz external_python_setuptools-aec3649c91a2a55e218edd038571931704a8e3a6.tar.bz2 external_python_setuptools-aec3649c91a2a55e218edd038571931704a8e3a6.zip | |
Merge pull request #1029 from pjdelport/tox-maintenance
Tox doc comments
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | tox.ini | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -14,3 +14,4 @@ setuptools.egg-info *~ .hg* requirements.txt +.cache @@ -1,3 +1,9 @@ +# Note: Run "python bootstrap.py" before running Tox, to generate metadata. +# +# To run Tox against all supported Python interpreters, you can set: +# +# export TOXENV='py2{6,7},py3{3,4,5,6},pypy' + [testenv] deps= -rtests/requirements.txt |
