warcprox/.travis.yml

12 lines
147 B
YAML

# vim: set sw=4 et:
#
language: python
python:
- "2.7"
- "3.2"
- "3.3"
install: python setup.py install
script: python setup.py test