MrDraw/.travis.yml

9 lines
101 B
YAML
Raw Permalink 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:
- pip install -e .[develop]
2014-02-11 05:23:49 +00:00
script:
- nosetests tests/