Merge pull request #31 from hroncok/travistox
Travis CI: Use tox-travis to make .travis.yml more readable
This commit is contained in:
		
							
								
								
									
										17
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -1,4 +1,9 @@ | |||||||
| language: python | language: python | ||||||
|  | python: | ||||||
|  | - '2.7' | ||||||
|  | - '3.3' | ||||||
|  | - '3.4' | ||||||
|  | - '3.5' | ||||||
| sudo: false | sudo: false | ||||||
|  |  | ||||||
| cache: | cache: | ||||||
| @@ -11,18 +16,8 @@ addons: | |||||||
|       - ldap-utils |       - ldap-utils | ||||||
|       - slapd |       - slapd | ||||||
|  |  | ||||||
| matrix: |  | ||||||
|   include: |  | ||||||
|     - python: "2.7" |  | ||||||
|       env: TOXENV=py27 |  | ||||||
|     - python: "3.3" |  | ||||||
|       env: TOXENV=py33 |  | ||||||
|     - python: "3.4" |  | ||||||
|       env: TOXENV=py34 |  | ||||||
|     - python: "3.5" |  | ||||||
|       env: TOXENV=py35 |  | ||||||
| install: | install: | ||||||
|   - pip install "pip>=7.1.0" |   - pip install "pip>=7.1.0" | ||||||
|   - pip install tox |   - pip install tox-travis tox | ||||||
|  |  | ||||||
| script: tox | script: tox | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Petr Viktorin
					Petr Viktorin