Adding travis.yml file for CI
This commit is contained in:
		
							
								
								
									
										16
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | |||||||
|  | sudo: false | ||||||
|  | language: python | ||||||
|  |  | ||||||
|  | matrix: | ||||||
|  |     include: | ||||||
|  |         - python: 2.7 | ||||||
|  |           env: TOXENV=py27 | ||||||
|  |         - python: 3.4 | ||||||
|  |           env: TOXENV=py34 | ||||||
|  |         - python: 3.5 | ||||||
|  |           env: TOXENV=py35 | ||||||
|  |         - env: TOXENV=pep8 | ||||||
|  |  | ||||||
|  | install: pip install tox-travis | ||||||
|  |  | ||||||
|  | script: tox | ||||||
		Reference in New Issue
	
	Block a user
	 Chris Spencer
					Chris Spencer