diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-01 00:47:55 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-01 00:47:55 -0500 |
commit | 6d3a07f4fb3094c6868514fcae1cec24c647d2a6 (patch) | |
tree | 8a992775260efc3a284cb77fce8e2f2e800fcedf /tox.ini | |
parent | 5dcdd10b0ce56da1d7088d80b4e24c66e5407e35 (diff) | |
parent | 491e9c8ab4cdbba26cb13716b686991111759b39 (diff) | |
download | cryptography-6d3a07f4fb3094c6868514fcae1cec24c647d2a6.tar.gz cryptography-6d3a07f4fb3094c6868514fcae1cec24c647d2a6.tar.bz2 cryptography-6d3a07f4fb3094c6868514fcae1cec24c647d2a6.zip |
Merge pull request #2500 from reaperhulk/pin-sphinx
pin sphinx to 1.3.1 while we sort out the bytes repr issue with 1.3.2
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ deps = doc8 pyenchant readme>=0.5.1 - sphinx + sphinx==1.3.1 sphinx_rtd_theme sphinxcontrib-spelling basepython = python2.7 |