diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..4bdfca741e63a961a63d62bce68c776c3effb473 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: + - "2.6" + - "2.7" +env: + - FLASK=0.10 + - FLASK=0.9 +install: + - pip install Flask==$FLASK + - pip install -r dev_requirements.txt +script: nosetests diff --git a/dev_requirements.txt b/dev_requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..78f0323ccc3e40c4f7ed0abd53b42e236c53f86e --- /dev/null +++ b/dev_requirements.txt @@ -0,0 +1 @@ +python-ldap==2.4.15