From a3dcd6df2e91fe960fa7ad5b4edb27f4185109c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Thu, 11 Feb 2016 02:33:40 -0200 Subject: [PATCH] .travis.yml: Remove requirements-travis.txt instructions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As per the previous commit, everything should be included already in the requirements-dev.txt file. Signed-off-by: Rogério Brito --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 917c071..f61af34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ matrix: install: - pip install -r requirements.txt - pip install -r requirements-dev.txt - - pip install -r requirements-travis.txt - pip install coveralls # command to run tests script: py.test coursera/test -v --cov coursera --cov-report html