mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 16:44:08 +02:00
Test to set up coveralls.
This commit is contained in:
parent
b0032a88cb
commit
1e28192c76
1 changed files with 6 additions and 3 deletions
|
|
@ -2,11 +2,14 @@ language: python
|
|||
python:
|
||||
- "2.7"
|
||||
sudo: false
|
||||
install: pip install .
|
||||
script:
|
||||
install:
|
||||
- pip install .
|
||||
- pip install coveralls
|
||||
before_script:
|
||||
- evennia --init dummy
|
||||
- cd dummy
|
||||
- evennia migrate
|
||||
- evennia test evennia
|
||||
script:
|
||||
- coverage run --omit=*.virtualenvs*,*virtualenv* bin/unix/evennia test evennia
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue