1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
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