mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 17:15:36 +02:00
~ removed unused class arguments ~ fixed : imports are now relative so they can be imported from tests
8 lines
120 B
YAML
8 lines
120 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- python -m unittest discover
|