9 lines
No EOL
101 B
YAML
9 lines
No EOL
101 B
YAML
---
|
|
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -e .[develop]
|
|
script:
|
|
- nosetests tests/ |