Skip to content

Commit

Permalink
travis travis travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Feb 1, 2019
1 parent 49e813c commit 22fcbd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ before_install:
- cp -f ./ci/magpie.env ./env/magpie.env
install:
# TODO: remove when fixed and merged (see requirements.txt and Makefile)
- pip install gunicorn paste
- ${CONDA_PREFIX}/bin/pip install gunicorn paste
- |
if [ "${TRAVIS_PYTHON_VERSION}" -eq "2.7" ]; then
${CONDA_PREFIX}/bin/pip install --upgrade --force-reinstall python-openid && \
Expand All @@ -54,7 +54,6 @@ install:
${CONDA_PREFIX}/bin/pip install --upgrade --force-reinstall python3-openid && \
${CONDA_PREFIX}/bin/pip uninstall python-openid;
fi
- echo "OpenID version: `${CONDA_PREFIX}/bin/python -c 'import openid; print(openid.__version__)'`"
- make install install-dev
- make version
before_script:
Expand Down

0 comments on commit 22fcbd5

Please sign in to comment.