mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Fixed travis settings
This commit is contained in:
parent
4aaa2973be
commit
820a5343d5
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ python:
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
- "pip install -e ."
|
- "pip install -e ."
|
||||||
script: manage.py test dpaste --settings=dpaste.settings_test
|
script: manage.py test dpaste --settings=dpaste.settings
|
Loading…
Reference in a new issue