pypiserver/.travis.yml
2012-06-22 00:53:31 -07:00

12 lines
182 B
YAML

language: python
python:
- 2.5
- 2.6
- 2.7
- pypy
before_install: pip install --use-mirrors pytest twill paste pastedeploy
install: python setup.py install
script: py.test