mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-21 13:34:17 +00:00
Added travis
This commit is contained in:
parent
f01edb5085
commit
0a224b40c5
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- python3.5 -m py_compile main.py
|
Loading…
Reference in a new issue