back out change to python versions in travis

This commit is contained in:
parrt 2016-03-30 13:04:33 -07:00
parent 9352c9cf6d
commit 148aedc400
1 changed files with 4 additions and 7 deletions

View File

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