mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
7 lines
No EOL
131 B
YAML
7 lines
No EOL
131 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- python python -m py_compile grandbot.py |