nicobot/.travis.yml
nicobo f91738abcb
+ unit test for askbot
~ removed unused class arguments
~ fixed : imports are now relative so they can be imported from tests
2020-05-23 23:42:09 +02:00

8 lines
120 B
YAML

language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
- python -m unittest discover