1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-22 19:19:37 +01:00

Merge pull request #9 from msabramo/travis

Add .travis.yml for Travis CI (http://travis-ci.org/)
This commit is contained in:
Ralf Schmitt 2012-06-29 11:14:23 -07:00
commit fe5c7da95b

11
.travis.yml Normal file

@ -0,0 +1,11 @@
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