warcprox/.travis.yml

12 lines
147 B
YAML
Raw Normal View History

2013-12-04 17:34:23 -08:00
# vim: set sw=4 et:
#
language: python
python:
- "2.7"
- "3.2"
- "3.3"
install: python setup.py install
2013-12-04 17:34:23 -08:00
script: python setup.py test