Skip to content

Commit

Permalink
Use pip3 for vendoring updates
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan@danryan.co>
  • Loading branch information
techalchemy committed Jun 26, 2018
1 parent 6f47e8f commit 2cb112e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PIPENV_PYTHON=2.7 pipenv run time pytest -v -n auto tests -m "$TEST_SUITE"
PIPENV_PYTHON=3.6 pipenv run time pytest -v -n auto tests -m "$TEST_SUITE"

# test revendoring
pip install --upgrade invoke
inv vendoring.update
pip3 install --upgrade invoke
python3 -m invoke vendoring.update
# Cleanup junk.
rm -fr .venv

0 comments on commit 2cb112e

Please sign in to comment.