language: python python: - "3.5" - "3.6" - "3.7" - "3.8" - "nightly" - "pypy3" before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build install: - pip install -r requirements.txt script: - python setup.py test after_success: - coverage xml - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT