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

12 lines
140 B
YAML

---
language: python
python:
- "2.7"
install:
- pip install -e .[develop]
script:
- nosetests --with-doctest
sudo: false
git:
depth: 250