2020-05-23 23:42:09 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.6"
|
2020-05-26 22:36:53 +02:00
|
|
|
- "3.7"
|
|
|
|
- "nightly"
|
2020-05-23 23:42:09 +02:00
|
|
|
install:
|
|
|
|
- pip install -r requirements.txt
|
|
|
|
script:
|
2020-05-24 07:26:53 +02:00
|
|
|
- python -m unittest discover -s tests
|