-
Dan Michael O. Heggø authoredDan Michael O. Heggø authored
.travis.yml 273 B
# http://about.travis-ci.org/docs/user/languages/python/
sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- python setup.py install
- pip install coveralls
script:
- python setup.py test
after_success:
- coveralls