https://github.com/grangier/python-goose
Raw File
Tip revision: 840ced108731a287422bc4383df69737753a1cdd authored by Xavier Grangier on 03 January 2015, 09:30:48 UTC
Merge branch 'release/1.0.25'
Tip revision: 840ced1
.travis.yml
language: python

python:
    - 2.6
    - 2.7

install:
    - pip install -r requirements.txt --use-mirrors
    - python setup.py install

script: python setup.py test
back to top