From 5b5f1a050df51cb4925f8afbfc1b80401ea26f1b Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Thu, 19 Jul 2018 17:44:48 -0400 Subject: [PATCH] Fixed missing language declarations in travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cdd9948b8..3604dd85a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,12 +38,14 @@ matrix: - os: linux dist: trusty # Ubuntu 14.04 sudo: false + language: python python: '3.6' env: - MATRIX_EVAL="" - os: linux dist: trusty # Ubuntu 14.04 sudo: false + language: python python: '3.7' env: - MATRIX_EVAL=""