added create repo

This commit is contained in:
Ken Struys 2014-03-13 14:37:22 -07:00
parent 94370d6e2b
commit e3d1f10ec3
3 changed files with 27 additions and 17 deletions

View file

@ -30,7 +30,7 @@ coverage: py_env
coverage run `which py.test` tests $(TEST_TARGETS) && \
coverage report -m'
py_env: requirements.txt
py_env: requirements.txt setup.py
rm -rf py_env
virtualenv py_env
bash -c 'source py_env/bin/activate && \