summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2b8fca3..aeef1b0 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ HTTPRETTY_PATH = os.path.abspath(os.path.join(__file__, os.pardir))
def test_packages():
- test_reqs = os.path.join(HTTPRETTY_PATH, 'requirements.pip')
+ test_reqs = os.path.join(HTTPRETTY_PATH, 'requirements.txt')
tests_require = [
line.strip() for line in open(test_reqs).readlines()
if not line.startswith("#")