2014-01-04 14:27:45 -05:00
|
|
|
language: python
|
|
|
|
python:
|
2019-01-09 11:34:37 -05:00
|
|
|
- "3.5"
|
2018-01-01 17:07:40 -05:00
|
|
|
- "3.6"
|
2019-01-09 11:27:10 -05:00
|
|
|
- "3.7"
|
2019-01-09 11:34:37 -05:00
|
|
|
dist:
|
|
|
|
- xenial
|
2018-01-01 17:07:40 -05:00
|
|
|
install: pip install . && pip install -r dev-requirements.txt
|
2019-06-15 16:44:53 +02:00
|
|
|
script: pytest
|