aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-10 09:59:55 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-10 09:59:55 -0800
commit50e58d4472f6c5a599ca683dcf1b532c310a2d7a (patch)
treec9bea11ce79cd1c94809d54a0f733d3ab04ca588 /.travis
parent29b40eaa062af0e1d6eb9733958bfd497dd8dc4d (diff)
downloadcryptography-50e58d4472f6c5a599ca683dcf1b532c310a2d7a.tar.gz
cryptography-50e58d4472f6c5a599ca683dcf1b532c310a2d7a.tar.bz2
cryptography-50e58d4472f6c5a599ca683dcf1b532c310a2d7a.zip
Nonsense I think we need.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh5
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