Skip to content

Commit

Permalink
makefile: fix new test requirements file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Powers committed Jul 24, 2019
1 parent 0fe2f3d commit 97ee879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ test:
venv:
$(PYTHON) -m virtualenv -p /usr/bin/$(PYTHON) venv
venv/bin/pip install -Ur requirements.txt
venv/bin/pip install -Ur test-requirements.txt
venv/bin/pip install -Ur requirements-test.txt
@echo "Now run the following to activate the virtual env:"
@echo ". venv/bin/activate"

0 comments on commit 97ee879

Please sign in to comment.