icalendar/.travis.yml

11 wiersze
182 B
YAML
Czysty Zwykły widok Historia

2012-05-13 00:53:40 +00:00
language: python
python:
- "2.6"
- "2.7"
2014-06-03 15:28:09 +00:00
- "3.3"
- "3.4"
2012-05-13 00:53:40 +00:00
install:
- pip install tox
2012-05-13 01:21:54 +00:00
script:
2014-05-29 16:47:17 +00:00
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')