https://github.com/grangier/python-goose
Raw File
Tip revision: 4032eb79f820d6f2ebbcb65f124eaceef37e736e authored by Xavier Grangier on 01 May 2014, 12:33:14 UTC
Merge branch 'release/1.0.13'
Tip revision: 4032eb7
.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