compose/.travis.yml

15 lines
180 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: script/travis-install
script:
- pwd
- env
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"