mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[mod] update core deps with dev deps
This commit is contained in:
		
							parent
							
								
									0c84996a32
								
							
						
					
					
						commit
						28a9b5113e
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,6 @@ before_install:
 | 
			
		|||
  - npm install -g less grunt-cli
 | 
			
		||||
  - ( cd searx/static/themes/oscar;npm install; cd - )
 | 
			
		||||
install:
 | 
			
		||||
  - ./manage.sh update_packages
 | 
			
		||||
  - ./manage.sh update_dev_packages
 | 
			
		||||
  - pip install coveralls
 | 
			
		||||
script:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,6 +10,7 @@ update_packages() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
update_dev_packages() {
 | 
			
		||||
    update_packages
 | 
			
		||||
    pip install --upgrade -r "$BASE_DIR/requirements-dev.txt"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue