.travis.yml 238 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 language: python before_install: - pip install codecov after_success: - codecov python: - "3.5" - "3.6" matrix: include: - name: "Python 3.7.1 on Xenial Linux" python: 3.7 dist: xenial script: py.test