From 2f29797ba6bafdab4cc5992e06ef48a5812d4626 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Mon, 25 Jan 2016 22:36:37 +0100 Subject: [PATCH] do not run with empty env --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7c38e911a8..5987946b5e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,18 +4,13 @@ language: python sudo: false -python: - - "3.4" - - "3.5" - - "2.7" -# pypy testing currently breaks because of the tempfile dir used for KALITE_HOME -# - "pypy" - matrix: include: - python: "2.7" env: TOX_ENV=py2.7 + - python: "2.7" env: TOX_ENV=docs + - python: "2.7" env: TOX_ENV=bdd - python: "3.4" env: TOX_ENV=py3.4