language: python env: - BUILD_FROM_SOURCE=true TASK_VERSION=2.3.0 - TASK_VERSION=2.2.0-3 python: - "2.6" - "2.7" - "3.2" - "3.3" install: - ./builddep.sh - task --version before_script: - cd $TRAVIS_BUILD_DIR script: - python setup.py test