warcprox/.travis.yml

11 lines
114 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"
script: python setup.py test