blob: 45704e61eafdec0360534901914d946ae20b0247 [file] [log] [blame]
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
install:
pip install -r requirements.txt
script:
python test_uritemplate.py
notifications:
on_success: change
on_failure: change