1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-12 21:59:52 +02:00
ldapcherry/.travis.yml

18 lines
471 B
YAML
Raw Normal View History

2015-04-14 16:04:33 +02:00
before_install:
2015-04-14 16:55:10 +02:00
- curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
2015-04-14 16:25:48 +02:00
- 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"