icalendar/.travis.yml

13 wiersze
248 B
YAML
Czysty Zwykły widok Historia

2012-05-13 00:53:40 +00:00
language: python
python:
# - "2.4"
2012-05-13 00:53:40 +00:00
- "2.5"
- "2.6"
- "2.7"
# - "3.2"
2012-05-13 00:53:40 +00:00
install:
2012-05-13 01:51:42 +00:00
- pip install . --use-mirrors
- pip install unittest2 --use-mirrors
2012-05-13 01:21:54 +00:00
script:
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/unit2 discover icalendar []