language: python python: - "2.7" install: - pip install . - pip install coveralls script: - cd tests - coverage run --source=amodem -m py.test after_success: - coveralls