.travis.yml 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 language: python python: - "2.7" - "3.3" - "3.4" install: - pip install -r requirements.txt - pip install coverage python-coveralls script: nosetests tests/unit --cover-erase --with-coverage --cover-package kappa after_success: coveralls