You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/01/17 12:58:13 UTC

[tinkerpop] 01/01: Specify the python versions for the environment explicitly CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 788639bccc44656c3b61d7d19b5c736d567ac98d
Author: stephen <sp...@gmail.com>
AuthorDate: Fri Jan 17 07:57:39 2020 -0500

    Specify the python versions for the environment explicitly CTR
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index c9bc45e..b1ec701 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@ os:
   - linux
 jdk:
   - openjdk8
+python:
+  - "2.7.15"
+  - "3.6.7"
 sudo: required
 dist: xenial
 services: