Commit 97e42622 authored by Kai Lautaportti's avatar Kai Lautaportti

Tweaked the travis config.

parent 73afeac9
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
before_install: pip install --use-mirrors zc.buildout==1.6.3
install: python setup.py install
- 2.6
- 2.7
- 3.2
- 3.3
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install --use-mirrors zc.buildout==1.6.3; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install --use-mirrors zc.buildout==2.0.0 zope.testing manuel; fi
- python setup.py install
script: python setup.py test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment