print python version

This commit is contained in:
Eric Vergnaud 2015-09-18 03:20:43 +08:00
parent 9d3a8e8368
commit 41a7833898
1 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ jdk:
- oraclejdk8
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y python3
- sudo apt-get install -y python3
- python3 --version