Commit 0ffae6c6 authored by Kai Lautaportti's avatar Kai Lautaportti

Fix missing dependencies.

parent 1c42cd22
......@@ -11,7 +11,7 @@ env:
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${BUILDOUT_VERSION}; fi
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install --use-mirrors zc.buildout${BUILDOUT_VERSION} zope.testing manuel; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install --use-mirrors 'zc.buildout>=2.0.0' zope.testing manuel; fi
- python setup.py install
......
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