aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:57:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-06 09:02:39 -0400
commit3e3b9f7968fbe47b8e7038d1b1767676daecfaca (patch)
treef505ad8e1ab242a286351fccdfa37cd3d9e20ca2 /tests
parent9832db367961e9215a1c55703dcbe47b339ca409 (diff)
downloadexternal_python_setuptools-3e3b9f7968fbe47b8e7038d1b1767676daecfaca.tar.gz
external_python_setuptools-3e3b9f7968fbe47b8e7038d1b1767676daecfaca.tar.bz2
external_python_setuptools-3e3b9f7968fbe47b8e7038d1b1767676daecfaca.zip
Include pavement.py in tests (where applicable).
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index aff32c10..a8cde395 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -8,3 +8,4 @@ pytest>=3.0.2
wheel
coverage>=4.5.1
pytest-cov>=2.5.1
+paver; python_version>="3.6"