From c5b5764a3481de4165ee1e1a9bcfe3946637ef01 Mon Sep 17 00:00:00 2001 From: Christian Kniep Date: Thu, 8 Dec 2016 14:27:28 +0100 Subject: [PATCH] add requirements to travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2482f69b..c0d077a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "2.6" - "2.7" install: - - pip install pylint ordereddict + - pip install pylint ordereddict feedparser docker-py script: - ./pylint-runner.py -s - ./tests.py