From 8c570be899b89873f48b13f6a4207134b0d50bcc Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 25 Oct 2017 21:05:47 +0200 Subject: [PATCH] removed special requirements for py.test from travis configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0aeab50..eba4a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: python python: - "2.7" -before_install: - - pip install pytest pytest-cov +#before_install: +# - pip install pytest pytest-cov # command to install dependencies install: