Skip to content

Commit 96869d0

Browse files
committed
ensure we are using the latest pip in travis build
1 parent 49407ee commit 96869d0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ python:
66
- "3.6"
77

88
install:
9-
- pip install plotly
9+
- pip install --upgrade pip
10+
- pip install --upgrade setuptools wheel
11+
- pip install --upgrade pytest
12+
- pip install --upgrade plotly
1013

1114
script: pytest

0 commit comments

Comments
 (0)