7 lines
141 B
YAML
7 lines
141 B
YAML
language: python
|
|
python:
|
|
- "3.4"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
- python setup.py -q build install
|
|
script: make test
|