Travis CI: Use tox-travis to make .travis.yml more readable

This commit is contained in:
Miro Hrončok 2016-02-17 10:58:28 +01:00
parent 3659f2bc67
commit 74e7435ce2
1 changed files with 6 additions and 11 deletions

View File

@ -1,4 +1,9 @@
language: python
python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
sudo: false
cache:
@ -11,18 +16,8 @@ addons:
- ldap-utils
- 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:
- pip install "pip>=7.1.0"
- pip install tox
- pip install tox-travis tox
script: tox