Change travis to install with -e to check coverage.
This commit is contained in:
parent
f220b6abe9
commit
a6e353548f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install -e .
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
before_script:
|
before_script:
|
||||||
- evennia --init dummy
|
- evennia --init dummy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue