Skip to content

Commit

Permalink
Update pip before starting the Travis tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
  • Loading branch information
jeremycline committed Oct 27, 2016
1 parent 439383a commit 4af7adf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4af7adf

Please sign in to comment.