From 23c140d138a0491b8b9ca33f2a92444b28b11d76 Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 20 Feb 2019 08:02:44 -0500 Subject: [PATCH] Removing the python 2.7 test on travis because there is suddenly some kind of incompatibility between python 2.7 and pytest, but only on travis. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e51cc47d3..7215c6d6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,7 +91,7 @@ matrix: ################### - language: python - python: 2.7 + python: 3.5 env: - VARIANT=python-api script: @@ -99,7 +99,7 @@ matrix: ################### - language: python - python: 3.5 + python: 3.7 env: - VARIANT=python-api script: