Skip to content

Commit

Permalink
Remove unnecessary step in Travis test
Browse files Browse the repository at this point in the history
No need to recompile the requirements; that's why we version control
them.
  • Loading branch information
NasaGeek committed Nov 19, 2020
1 parent 4e73f12 commit 75f0ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pip-sync: venv pip-compile

pip-sync-travis:
$(PYTHON) -m pip install pip-tools
make -C requirements all
pip-sync $(wildcard requirements/*.txt)

docker-setup: venv pip-sync
Expand Down

0 comments on commit 75f0ef0

Please sign in to comment.