mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fixing error related to install codecove in travis (#7940)
This commit is contained in:
committed by
John Bodley
parent
af462fe79f
commit
d37b7cdce8
@@ -26,8 +26,8 @@ jobs:
|
||||
packages:
|
||||
- openjdk-8-jdk
|
||||
install:
|
||||
- sudo pip install --upgrade pip
|
||||
- sudo pip install codecov tox
|
||||
- pip install --upgrade pip
|
||||
- pip install codecov tox
|
||||
- language: python
|
||||
python: 3.6
|
||||
env: TOXENV=cypress-dashboard
|
||||
|
||||
Reference in New Issue
Block a user