Skip to content

Commit 5c2dcec

Browse files
committed
Fix path to requirements
1 parent 2ac13f7 commit 5c2dcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-ancient-pip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $PYTHON setup.py sdist --dist-dir=tmp-dist-dir
1717

1818
$PYTHON -m pip install virtualenv
1919
$PYTHON -m virtualenv "$BROKEN_VIRTUALENV"
20-
"$BROKEN_VIRTUALENV"/bin/pip install -rrequirements/test.txt
20+
"$BROKEN_VIRTUALENV"/bin/pip install -r../requirements/test.txt
2121

2222
# These are versions from debian stable as of 2017-04-21
2323
# See https://packages.debian.org/stable/python/

0 commit comments

Comments
 (0)