2014-01-04 20:27:45 +01:00
|
|
|
language: python
|
|
|
|
python:
|
2019-01-09 17:34:37 +01:00
|
|
|
- "3.5"
|
2018-01-01 23:07:40 +01:00
|
|
|
- "3.6"
|
2019-01-09 17:27:10 +01:00
|
|
|
- "3.7"
|
2019-01-09 17:34:37 +01:00
|
|
|
dist:
|
|
|
|
- xenial
|
2018-01-01 23:07:40 +01:00
|
|
|
install: pip install . && pip install -r dev-requirements.txt
|
2019-01-09 17:27:10 +01:00
|
|
|
script: py.test
|