Skip to content

Commit d8b39f1

Browse files
committed
use ipython 5.x for python 2.7 and pypy
1 parent dd7d327 commit d8b39f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ before_install:
1414
- "if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then deactivate && wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2 -O - | tar -jxf - && echo 'Setting up aliases...' && ln -s pypy-5.7.1-linux_x86_64-portable pypy2-latest && export PATH=$HOME/pypy2-latest/bin/:$PATH && virtualenv --no-site-packages --python ~/pypy2-latest/bin/pypy pypy2-env && echo 'Creating custom env...' && source pypy2-env/bin/activate && python -V; fi"
1515
- cd -
1616
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
17+
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install ipython==5.4; fi
18+
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install ipython==5.4; fi
1719
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
1820
mv min_requirements.txt requirements.txt ;
1921
fi

0 commit comments

Comments
 (0)