blob: 81a8f8a7d54e7e1fa4dddcb54c8a8800b87302ea [file] [log] [blame]
language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
install:
- pip install . coverage coveralls
script:
- python setup.py nosetests
after_success:
- coveralls