jellyfish/.travis.yml

15 lines
291 B
YAML
Raw Normal View History

2012-03-14 06:31:32 +00:00
language: python
python:
- "2.7"
2014-04-29 03:35:47 +00:00
- "3.4"
2013-04-22 05:01:25 +00:00
- "pypy"
2014-08-11 18:44:32 +00:00
install:
- pip install mock pytest pytest-cov coveralls
- pip install -e .
2014-08-11 18:38:46 +00:00
script: py.test jellyfish/test.py --cov jellyfish
after_success:
- coveralls
2012-03-14 06:31:32 +00:00
notifications:
email:
- jturk@sunlightfoundation.com