MrDraw/.travis.yml
2014-02-10 21:23:49 -08:00

9 lines
No EOL
104 B
YAML

---
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script:
- nosetests