pypiserver/.travis.yml
Ralf Schmitt be52ec1c40 fix .travis.yml, tox.ini
python 2.5 needs an older webob version. so, we add the dependency in
tox.ini. we use tox to run the tests on travis.

remove python 3.3 from travis.yml as it's not there yet.
2012-12-02 02:35:50 +01:00

14 lines
176 B
YAML

language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
- pypy
before_install: pip install --use-mirrors tox
install: python setup.py install
script: ./.travis-runtox.py