Skip to content

Commit

Permalink
Revert broken changes in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed May 28, 2020
1 parent 9d9f6f1 commit 53e76b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false
cache:
pip: true
directories:
- eggs
- $HOME/buildout-cache
python:
- 2.7
- 3.6
Expand All @@ -13,13 +13,19 @@ python:
addons:
apt:
packages:
- libsasl2-dev
- libssl-dev
- libdb-dev
- libsasl2-dev
- libssl-dev
- libdb-dev
before_install:
- pip install --upgrade pip setuptools zc.buildout coveralls createcoverage
- mkdir -p $HOME/buildout-cache/{eggs,downloads}
- mkdir $HOME/.buildout
- echo "[buildout]" > $HOME/.buildout/default.cfg
- echo "download-cache = $HOME/buildout-cache/downloads" >> $HOME/.buildout/default.cfg
- echo "eggs-directory = $HOME/buildout-cache/eggs" >> $HOME/.buildout/default.cfg
- virtualenv .
- bin/pip install --upgrade pip setuptools zc.buildout coveralls createcoverage
install:
- buildout -N -t 3 -c travis.cfg
- ./bin/buildout -N -t 3 -c travis.cfg
script:
- bin/coverage run --source=./src/node/ext/ldap --omit=./src/node/ext/ldap/main.py bin/test
after_success:
Expand Down
1 change: 0 additions & 1 deletion ldap.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ parts =
# apt-get install libsasl2-dev libssl-dev libdb-dev
# apt-get build-dep python-ldap
recipe = zc.recipe.cmmi>=1.1.5
shared = True
#url = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.44.tgz
# mirror in europe (de)
url = http://mirror.eu.oneandone.net/software/openldap/openldap-release/openldap-2.4.44.tgz
Expand Down

0 comments on commit 53e76b9

Please sign in to comment.