9 lines
137 B
YAML
9 lines
137 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
# command to install dependencies
|
|
install:
|
|
- pip install .
|
|
# command to run tests
|
|
script: nosetests
|