deb-python-croniter/.travis.yml
Mathieu Le Marec - Pasquet 4b8322cede fix tests
2014-01-29 23:28:10 +01:00

15 lines
279 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.3
# matrix:
install:
- python bootstrap.py
- 'if [[ x"$(python -V 2>&1)" == x"Python 3"* ]];then ./bin/buildout -c py3.cfg;fi'
- 'if [[ x"$(python -V 2>&1)" == x"Python 2"* ]];then ./bin/buildout;fi'
script: bin/test