mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	IMPROVE explicitly install dependecies on travis
This commit is contained in:
		@@ -3,6 +3,9 @@ sudo: false
 | 
				
			|||||||
cache: pip
 | 
					cache: pip
 | 
				
			||||||
before_install:
 | 
					before_install:
 | 
				
			||||||
    - pip install codecov
 | 
					    - pip install codecov
 | 
				
			||||||
 | 
					# install dependencies
 | 
				
			||||||
 | 
					install:
 | 
				
			||||||
 | 
					    - pip install --user -r requirements.txt
 | 
				
			||||||
after_success:
 | 
					after_success:
 | 
				
			||||||
    - codecov
 | 
					    - codecov
 | 
				
			||||||
# command to run tests
 | 
					# command to run tests
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user