mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Add travis file.
This commit is contained in:
parent
0ada956bc1
commit
9f623e1c8c
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install: pip install .
|
||||
script:
|
||||
- evennia init dummy
|
||||
- cd dummy
|
||||
- evennia migrate
|
||||
- evennia test
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue