kappa123/.travis.yml

7 lines
139 B
YAML
Raw Normal View History

2015-01-21 08:32:17 -08:00
# Config file for testing at travis-ci.org
language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
script: nosetests