12 lines
140 B
YAML
12 lines
140 B
YAML
---
|
|
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -e .[develop]
|
|
script:
|
|
- nosetests --with-doctest
|
|
sudo: false
|
|
git:
|
|
depth: 250
|