mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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"
|
||||
sudo: false
|
||||
install:
|
||||
- pip install .
|
||||
- pip install -e .
|
||||
- pip install coveralls
|
||||
before_script:
|
||||
- evennia --init dummy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue