Change travis to install with -e to check coverage.

This commit is contained in:
Griatch 2016-11-02 18:31:52 +01:00
parent f220b6abe9
commit a6e353548f

View file

@ -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