dominiontabs/.travis.yml
2015-11-10 16:47:42 -08:00

9 lines
137 B
YAML

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