7 lines
95 B
YAML
7 lines
95 B
YAML
|
sudo: false
|
||
|
language: python
|
||
|
python:
|
||
|
- "3.4"
|
||
|
- "3.5"
|
||
|
install: pip install .
|
||
|
script: py.test
|