2014-10-20 21:28:14 +03:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
# command to install dependencies
|
2014-10-21 01:37:59 +03:00
|
|
|
install: "pip install -r requirements.txt"
|
2014-10-20 21:28:14 +03:00
|
|
|
# command to run tests
|
2014-10-21 01:21:28 +03:00
|
|
|
script: nosetests
|