Skip to content

Commit 5518a6a

Browse files
Testing out a change with Travis config to stop Python3.6 CI failures (nficano#532)
1 parent 9e2f9b4 commit 5518a6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.7"
88
- "3.8"
99
before_install:
10+
- pip install --upgrade pip
1011
- pip install pipenv --upgrade
1112
script:
1213
- pipenv install --dev

0 commit comments

Comments
 (0)