MrDraw/.travis.yml
2015-10-23 13:36:18 +02:00

9 lines
110 B
YAML

---
language: python
python:
- "2.7"
install:
- pip install -e .[develop]
script:
- nosetests --with-doctest