We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49407ee commit 96869d0Copy full SHA for 96869d0
1 file changed
.travis.yml
@@ -6,6 +6,9 @@ python:
6
- "3.6"
7
8
install:
9
- - pip install plotly
+ - pip install --upgrade pip
10
+ - pip install --upgrade setuptools wheel
11
+ - pip install --upgrade pytest
12
+ - pip install --upgrade plotly
13
14
script: pytest
0 commit comments