diff options
author | John Dickinson <me@not.mn> | 2013-12-11 16:17:16 -0800 |
---|---|---|
committer | John Dickinson <me@not.mn> | 2013-12-11 16:17:16 -0800 |
commit | 50ad1e0b14b93873cbab6f0f7a8cc70da23bd36f (patch) | |
tree | 682a0fa95455fe4ced98d46532d3e2e023df6126 /tox.ini | |
parent | 1f3ab4b41a9448b350301e0483ce26d21e60744b (diff) | |
download | python-swiftclient-50ad1e0b14b93873cbab6f0f7a8cc70da23bd36f.tar.gz |
Fix Sphinx version issue
Change-Id: Ib72ebf210486972538f5d2ef7eb225d57f84eeac
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ envlist = py26,py27,py33,pypy,pep8 [testenv] +install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} LANG=en_US.UTF-8 LANGUAGE=en_US:en |