master-algorithms-py/.travis.yml
2014-12-28 16:26:01 -05:00

9 lines
183 B
YAML

language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
notifications:
email: false