2014-02-11 05:23:49 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
language: python
|
|
|
|
|
python:
|
2015-03-02 11:58:24 +00:00
|
|
|
- "2.7"
|
2014-02-11 05:23:49 +00:00
|
|
|
install:
|
2015-03-02 12:15:46 +00:00
|
|
|
- pip install -e .[develop]
|
2014-02-11 05:23:49 +00:00
|
|
|
script:
|
2015-03-02 11:58:24 +00:00
|
|
|
- nosetests tests/
|