diff --git a/.travis.yml b/.travis.yml index 56cc1534..eca412c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ python: # Twisted dropped Python 2.6 support, so install a compatible version on 2.6 install: - - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install Twisted==12.2; fi + - pip install --upgrade pip setuptools + - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install Twisted==12.2 linecache2; fi - pip install -e .[commands,consumers] - pip install nose script: python setup.py nosetests