Builds are having issues with python-daemon

master
Bradlee Speice 2016-08-07 16:45:49 -04:00
parent f79090a96d
commit 4625ceb6b6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"

View File

@ -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'