Just do an editable install for the package

This commit is contained in:
Martin Mahner 2013-03-22 22:48:25 +01:00
parent 1f173efd7e
commit d3b2ff8f37

View file

@ -3,5 +3,5 @@ python:
- "2.7"
install:
- "pip install -r requirements.txt"
- "pip install ."
- "pip install -e ."
script: manage.py test dpaste --settings=dpaste.settings_test