srdo commented on a change in pull request #3053: STORM-3437: Automate license checks more URL: https://github.com/apache/storm/pull/3053#discussion_r313571408
########## File path: .travis.yml ########## @@ -39,6 +40,12 @@ before_install: - sudo apt-get update - sudo apt-get install python3 - sudo apt-get install python3-pip + - sudo add-apt-repository ppa:jonathonf/python-3.6 -y Review comment: Python 3.6 isn't packaged for Ubuntu 14.04. We either need to switch to Xenial (not sure whether this is easy, it seems like at minimum we'd need to get Java 8 from somewhere else https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038/8), or get it from a PPA. I'm happy to use https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa instead? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
