Skip to content

Commit

Permalink
Pin pip and pipenv versions for now
Browse files Browse the repository at this point in the history
pipenv is broken by:

pypa/pipenv#2956
  • Loading branch information
hroncok committed Oct 12, 2018
1 parent fff93d5 commit 375884f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,8 @@ cache:
- $HOME/.cache/pip
- .arca/cache
install:
- python -m pip install pipenv --upgrade
- python -m pip install --upgrade 'pip<18.1' 'pipenv<2018.10.7'
- pipenv install 'git+https://github.com/pyvec/arca.git@pip_pipenv#egg=arca' 'docker~=3.2.1'
- pipenv install --deploy --dev
before_script: # encrypted variables aren't accessible in PRs
- 'if [ -n "$DOCKER_HUB_PASSWORD" ]; then docker login -u "$DOCKER_HUB_USERNAME" -p "$DOCKER_HUB_PASSWORD"; fi'
Expand Down

0 comments on commit 375884f

Please sign in to comment.