mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Just do an editable install for the package
This commit is contained in:
parent
1f173efd7e
commit
d3b2ff8f37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue