File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments