akissa/repoze.who.plugins.saml2

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
    - 2.6
    - 2.7
install:
    - python setup.py install
sudo: required
script: nosetests
branches:
    only:
        - master
notifications:
  email:
    on_success: change
    on_failure: always
    recipients:
      - andrew@topdog.za.net
before_install:
    - sudo apt-get update -qq
    - sudo apt-get install autoconf automake autotools-dev libtool gtk-doc-tools zlib1g-dev libglib2.0-dev libssl-dev libxml2-dev libxmlsec1-dev python-dev python-setuptools python-six curl
    - pip install six
    - ./install-lasso.sh
    - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r requirements/requirements26_dev.txt; fi
    - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -r requirements/requirements27_dev.txt; fi
    - pip install codecov
after_success:
  - codecov