From 52e8099310f556138c4c21d2d76fe62033701003 Mon Sep 17 00:00:00 2001 From: Rodrigue Date: Sat, 3 Feb 2018 23:51:58 +0100 Subject: [PATCH] Fix incompatible pytest setup in previous python versions --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 457ec88..7c4b67c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ env: dist: trusty language: python python: - - "2.6" - - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" @@ -16,7 +13,7 @@ install: - pip install -r requirements_build.txt script: - - py.test + - py.test -v after_success: - codecov