icalendar/.travis.yml

12 wiersze
204 B
YAML

language: python
python:
# - "2.4"
- "2.5"
- "2.6"
- "2.7"
# - "3.2"
install:
- pip install tox unittest2
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')