diff options
author | Jose <jose@zeroc.com> | 2015-04-01 15:24:13 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-04-01 15:24:13 +0200 |
commit | 5e975697e906cc2360a52804d9cb6e61a4d6253a (patch) | |
tree | 70e411c769dbb34a76cb0c99db7cf785b7ca1ba2 /.travis.yml | |
parent | ICE-6383 - Support DES with crypt linux implementation (diff) | |
download | ice-5e975697e906cc2360a52804d9cb6e61a4d6253a.tar.bz2 ice-5e975697e906cc2360a52804d9cb6e61a4d6253a.tar.xz ice-5e975697e906cc2360a52804d9cb6e61a4d6253a.zip |
Add python-passlib dependency for travis builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b55a635818b..1a5eea10c4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_script: - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6 - sudo update-alternatives --set gcc /usr/bin/gcc-4.8 - - sudo apt-get install libmcpp-dev libdb++-dev libdb-dev libdb-java libdb-java-dev ruby-dev python-dev php5-dev php5-cli + - sudo apt-get install libmcpp-dev libdb++-dev libdb-dev libdb-java libdb-java-dev ruby-dev python-dev php5-dev php5-cli python-passlib script: - make -j3 - python allTests.py --debug --env --rfilter='java/test/Ice/udp' |