From 4625ceb6b6f7d90f03b39a86a3dec4fa2204f44b Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 7 Aug 2016 16:45:49 -0400 Subject: [PATCH] Builds are having issues with python-daemon --- .travis.yml | 1 - setup.py | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b71f81..ff6d488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.2" - "3.3" diff --git a/setup.py b/setup.py index 0d46dfe..881ac72 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,8 @@ setup( packages=find_packages(), install_requires=[ 'pyquery >= 1.2.13', - 'luigi >= 2.2.0' + 'luigi >= 2.2.0', + 'python-daemon >= 2.1.1' ], setup_requires=[ 'pytest_runner >= 2.9'