mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
10 lines
150 B
YAML
10 lines
150 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install: pip install .
|
|
script:
|
|
- evennia --init dummy
|
|
- cd dummy
|
|
- evennia migrate
|
|
- evennia test evennia
|
|
|