Skip to content

Instantly share code, notes, and snippets.

@ionrock
Created March 5, 2018 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionrock/19e45e0cb093fafd16bdcfab7187f797 to your computer and use it in GitHub Desktop.
Save ionrock/19e45e0cb093fafd16bdcfab7187f797 to your computer and use it in GitHub Desktop.
VENV=.venv
$(VENV):
virtualenv $(VENV)
$(VENV)/bin/py.test: $(VENV)
$(VENV)/bin/pip install dev_requirements.txt
test: $(VENV)/bin/py.test
$(VENV)/bin/py.test .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment