1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-05 00:58:55 +01:00
ldapcherry/.travis.yml

18 lines
480 B
YAML
Raw Normal View History

2015-04-14 16:04:33 +02:00
before_install:
2015-04-14 16:25:48 +02:00
- curl http://mirror.ovh.net/debian/dists/wheezy-backports/Release.gpg | sudo apt-key add -
- echo "deb http://http.debian.net/debian wheezy-backports main" | sudo tee -a /etc/apt/sources.list
2015-04-14 16:04:33 +02:00
- sudo apt-get update -qq
- sudo ./tests/cfg/deploy.sh
language: python
python:
- "2.7"
2015-04-14 16:25:48 +02:00
# - "3.2"
# - "3.3"
2015-04-14 16:04:33 +02:00
# command to install dependencies
install:
- pip install -e . --use-mirrors
- pip install passlib
# command to run tests
script: "./run_test.sh"