forked from github.com/pypiserver
be52ec1c40
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.
14 lines
176 B
YAML
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
|