MrDraw/.travis.yml

9 lines
104 B
YAML
Raw Normal View History

2014-02-11 05:23:49 +00:00
---
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script:
- nosetests