This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--travis-cleanup in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit afdf84ffb382cfed5d696c0adcecc0c2c13f5418 Author: John Bodley <[email protected]> AuthorDate: Mon Jul 29 08:32:42 2019 -0700 Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ff2edb..b03b487 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ jobs: - openjdk-8-jdk install: - sudo pip install --upgrade pip - - sudo pip install codecov tox + - sudo pip install tox - language: python python: 3.6 env: TOXENV=cypress-dashboard
