Files
simpeg/.travis.yml
T
2013-11-26 17:54:11 -08:00

8 lines
153 B
YAML

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