diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-08-08 22:03:49 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-08-09 10:03:49 +0800 |
commit | 94af47ca52d15818a86dfc78bc368630901160e2 (patch) | |
tree | 716dc4487d7f26ca37cf102e79358705a5f3a7fc | |
parent | b6e0ba0fb7bf0eccdcf84c730ea23bb4544f427d (diff) | |
download | cryptography-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
-rwxr-xr-x | .travis/install.sh | 1 | ||||
-rw-r--r-- | docs/spelling_wordlist.txt | 7 |
2 files changed, 8 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 ;; diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index c9d1b23a..04ec0e66 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -13,6 +13,7 @@ ciphertext committer committers conda +Cryptanalysis crypto cryptographic cryptographically @@ -20,12 +21,15 @@ Debian decrypt decrypted decrypting +DER deserialize deserialized Diffie Diffie +disambiguating Django Docstrings +El Encodings Fernet fernet @@ -59,6 +63,7 @@ preprocessors pseudorandom pyOpenSSL relicensed +responder runtime Schneier scrypt @@ -71,6 +76,8 @@ Ubuntu unencrypted unpadded unpadding +verifier +Verifier Verisign wildcard Xcode |