coursera-dl/edx-dl

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
  - "3.7"
  - "pypy"
matrix:
  allow_failures:
    - python: "3.7"
    - python: "pypy"
# command to install dependencies
install:
  - pip install -r requirements.txt
  - pip install pytest pytest-cov pytest-xdist coveralls coverage

# command to run tests
script: py.test -v --cov edx_dl --cov-report html

after_success:
  coveralls

notifications:
  email:
    - iemejia@gmail.com
    - kidsshk3@gmail.com
    - rbrito@ime.usp.br
    - baltazar.bz@gmail.com