mirror of
				https://github.com/bspeice/metrik
				synced 2025-11-03 18:00:51 -05:00 
			
		
		
		
	Builds are having issues with python-daemon
This commit is contained in:
		@ -1,6 +1,5 @@
 | 
				
			|||||||
language: python
 | 
					language: python
 | 
				
			||||||
python:
 | 
					python:
 | 
				
			||||||
  - "2.6"
 | 
					 | 
				
			||||||
  - "2.7"
 | 
					  - "2.7"
 | 
				
			||||||
  - "3.2"
 | 
					  - "3.2"
 | 
				
			||||||
  - "3.3"
 | 
					  - "3.3"
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							@ -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'
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user