icalendar/.travis.yml

11 wiersze
156 B
YAML
Czysty Zwykły widok Historia

2012-05-13 00:53:40 +00:00
language: python
python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.2"
install:
- pip install . --use-mirrors
- pip install unittest2 --use-mirrors