evennia/.travis.yml
2017-11-02 10:43:13 -04:00

15 lines
358 B
YAML

language: python
python:
- "3.6"
sudo: false
install:
- pip install -e .
- pip install coveralls
before_script:
- evennia --init dummy
- cd dummy
- evennia migrate
script:
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test evennia
after_success:
- coveralls