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

Commit

Permalink
pipeline: pin pipenv version; disable irrelevant python3.6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jul 11, 2020
1 parent 2361cd5 commit 795c312
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 @@ -3,7 +3,6 @@ language: python
python:
- 3.5
- 3.6
- 3.6-dev
- 3.7
- 3.7-dev

Expand Down Expand Up @@ -31,7 +30,7 @@ matrix:
env: PANDAS_VERSION=0.22.*

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

0 comments on commit 795c312

Please sign in to comment.