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