aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-08-08 22:03:49 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-08-09 10:03:49 +0800
commit94af47ca52d15818a86dfc78bc368630901160e2 (patch)
tree716dc4487d7f26ca37cf102e79358705a5f3a7fc /.travis
parentb6e0ba0fb7bf0eccdcf84c730ea23bb4544f427d (diff)
downloadcryptography-94af47ca52d15818a86dfc78bc368630901160e2.tar.gz
cryptography-94af47ca52d15818a86dfc78bc368630901160e2.tar.bz2
cryptography-94af47ca52d15818a86dfc78bc368630901160e2.zip
Attempt to debug wacky failures on the docs build on OS X (#3085)
* empty commit * only run this one build * try pinning this * why wasn't this installed? * revert this * english, how does it work? * roll back these changes
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index cdfbace6..b8ff31ad 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -40,6 +40,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global pypy3-2.4.0
;;
docs)
+ brew install enchant
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
;;