aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-05-11 15:11:37 -0400
committerGitHub <noreply@github.com>2017-05-11 15:11:37 -0400
commitaec3649c91a2a55e218edd038571931704a8e3a6 (patch)
tree5e3f15b7569d5cc180f0c9513c08fd62fc85f995
parent6a645af13ac4ef4dd2c4012c47f8d21d529358a7 (diff)
parentefcc426349bef47ff8698245af99e34e3489988d (diff)
downloadexternal_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--.gitignore1
-rw-r--r--tox.ini6
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ec3d0e35..e8d18b31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ setuptools.egg-info
*~
.hg*
requirements.txt
+.cache
diff --git a/tox.ini b/tox.ini
index 6b43dcd8..c81a3391 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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