Skip to content

Commit

Permalink
update confusable_homoglyphs in make env step
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Mar 16, 2019
1 parent b4d4c05 commit 4883243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env: requirements*.txt
$(python) -m $(pip) install $(install_where) "virtualenv>=15.0.0"
$(python) -m virtualenv --no-download ./env/
$(env_bin)/$(pip) install --require-hashes $$(for f in requirements_*.txt; do echo "-r $$f"; done)
$(env_bin)/python -c "from confusable_homoglyphs import cli; cli.update()"
@touch env

rehash-requirements:
Expand Down

0 comments on commit 4883243

Please sign in to comment.