try specifying pythons in travis file

This commit is contained in:
parrt 2016-03-30 11:26:49 -07:00
parent b78e0e9c1e
commit 0c971a1cd7
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ sudo: true
language: java
script:
- mvn install
python:
- 2.7
- 3.5
jdk:
- openjdk6
- oraclejdk7