.travis.yml 159 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 sudo: false language: python python: - "2.7" # command to install dependencies install: "pip install ." # command to run tests script: nosetests tests/*