mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-30 00:49:19 +00:00 
			
		
		
		
	testing: Add Travis support
This commit is contained in:
		
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| sudo: false | ||||
| language: python | ||||
| python: | ||||
|   #- "2.6" | ||||
|   #- "2.7" | ||||
|   #- "3.2" | ||||
|   - "3.3" | ||||
|   - "3.4" | ||||
| install: | ||||
|   - pip install -r requirements.txt | ||||
|   - pip install --editable . | ||||
| script: py.test | ||||
| cache: pip | ||||
		Reference in New Issue
	
	Block a user