fixing error related to install codecove in travis (#7940)

This commit is contained in:
Sayed Mohammad Hossein Torabi 2019-07-29 22:48:12 +04:30 committed by John Bodley
parent af462fe79f
commit d37b7cdce8
1 changed files with 2 additions and 2 deletions

View File

@ -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