mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
7 lines
121 B
YAML
7 lines
121 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "3.5"
|
||
|
install:
|
||
|
- pip install -r requirements.txt
|
||
|
script:
|
||
|
- python3.5 -m py_compile main.py
|