Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
pipeline / pipenv: explicitly set python version to keep pipenv from …
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jul 11, 2020
1 parent b44f76f commit fee4ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ matrix:

install:
- pip install pipenv==2020.6.2
- pipenv sync --dev
- pipenv install --python "$TRAVIS_PYTHON_VERSION" --deploy --dev
- if [ ! -z "$PANDAS_VERSION" ]; then
pipenv install --selective-upgrade "pandas==$PANDAS_VERSION";
fi
Expand Down

0 comments on commit fee4ca9

Please sign in to comment.