diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-10 09:59:55 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-10 09:59:55 -0800 |
commit | 50e58d4472f6c5a599ca683dcf1b532c310a2d7a (patch) | |
tree | c9bea11ce79cd1c94809d54a0f733d3ab04ca588 | |
parent | 29b40eaa062af0e1d6eb9733958bfd497dd8dc4d (diff) | |
download | cryptography-50e58d4472f6c5a599ca683dcf1b532c310a2d7a.tar.gz cryptography-50e58d4472f6c5a599ca683dcf1b532c310a2d7a.tar.bz2 cryptography-50e58d4472f6c5a599ca683dcf1b532c310a2d7a.zip |
Nonsense I think we need.
-rwxr-xr-x | .travis/install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 8d6840f2..e6ea2537 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -9,6 +9,11 @@ if [[ "${OPENSSL}" == "0.9.8" && "$(uname -s)" != "Darwin" ]]; then sudo apt-get install -y --force-yes libssl-dev/lucid fi +if [[ "${TOX_ENV}" == "docs" && "$(name -s)" != "Darwin" ]]; then + sudo apt-get -y update + sudo apt-get install libenchant-dev +fi + if [[ "$(uname -s)" == "Darwin" ]]; then brew update brew install pyenv |