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 language: python
python: python:
- "2.6"
- "2.7" - "2.7"
- "3.2" - "3.2"
- "3.3" - "3.3"

View File

@ -9,7 +9,8 @@ setup(
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
'pyquery >= 1.2.13', 'pyquery >= 1.2.13',
'luigi >= 2.2.0' 'luigi >= 2.2.0',
'python-daemon >= 2.1.1'
], ],
setup_requires=[ setup_requires=[
'pytest_runner >= 2.9' 'pytest_runner >= 2.9'