mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 20:06:35 +11:00
Fixed travis yml
This commit is contained in:
parent
a896d17aa0
commit
f1be2e324e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
install:
|
install:
|
||||||
- "pip install Django==1.6
|
- "pip install Django==1.6"
|
||||||
- "pip install -e ."
|
- "pip install -e ."
|
||||||
script:
|
script:
|
||||||
coverage run --rcfile=.coverage.rc runtests.py
|
coverage run --rcfile=.coverage.rc runtests.py
|
||||||
|
|
Loading…
Reference in a new issue