.travis.yml 136 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 language: python python: - "3.6" - "3.5" - "3.4" - "2.7" # command to run tests script: py.test --verbose --verbose sudo: False