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 73ed45d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ 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'
- 'if [ -z "$DOCKER_HUB_PASSWORD" ]; then export ARCA_BACKEND_REGISTRY_PULL_ONLY=true; fi'
script:
- pipenv graph
- pipenv run test
- pipenv run naucse list_courses # don't remove, there might be timeouts otherwise, see naucse/cli.py for details
- pipenv run naucse list-courses # don't remove, there might be timeouts otherwise, see naucse/cli.py for details
- pipenv run naucse freeze --verbose
after_script:
- echo "Suplementary logs:"
Expand Down

0 comments on commit 73ed45d

Please sign in to comment.