MrDraw/.travis.yml

9 lines
99 B
YAML
Raw Normal View History

2014-02-11 05:23:49 +00:00
---
language: python
python:
- "2.7"
2014-02-11 05:23:49 +00:00
install:
- python setup.py install
2014-02-11 05:23:49 +00:00
script:
- nosetests tests/