Merge pull request #31 from hroncok/travistox

Travis CI: Use tox-travis to make .travis.yml more readable
This commit is contained in:
Petr Viktorin 2016-02-17 11:58:06 +01:00
commit b323ffd746
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