Skip to content

Commit 5518a6a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)