blob: 8de9a72c1041ca2bb0328bcd8eb2fa3ba4c1a4bd [file] [log] [blame]
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- pip install mock pytest pytest-cov coveralls
- pip install -e .
script: py.test jellyfish/test.py --cov jellyfish
after_success:
- coveralls
notifications:
email:
- jturk@sunlightfoundation.com