compose/.travis.yml

20 lines
247 B
YAML
Raw Normal View History

2013-12-09 13:06:41 +01:00
language: python
python:
- "2.6"
- "2.7"
2014-01-06 14:06:00 +01:00
- "3.2"
- "3.3"
2014-01-06 11:12:37 +01:00
matrix:
allow_failures:
- python: "3.2"
- python: "3.3"
2014-01-06 14:06:00 +01:00
install: script/travis-install
2014-01-06 11:12:37 +01:00
script:
- pwd
- env
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"
2013-12-09 13:06:41 +01:00