Setup Travis CI

This commit is contained in:
Miro Hrončok 2015-07-16 16:27:01 +02:00
parent dd45fd39b1
commit 851474b004
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: python
sudo: true
matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.3"
env: TOXENV=py33
- python: "3.4"
env: TOXENV=py34
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -qq ldap-utils slapd
- pip install tox
script: tox