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:
commit
fe5c7da95b
11
.travis.yml
Normal file
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
|
Loading…
Reference in New Issue
Block a user