mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
7 lines
No EOL
127 B
YAML
7 lines
No EOL
127 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- python3.6 -m py_compile royalbot.py |