Skip to content

Commit 22f4c1b

Browse files
committed
Recommend six 1.9.0, and have Travis-CI test using that version.
Signed-off-by: Daira Hopwood <[email protected]>
1 parent 4e6f57a commit 22f4c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ script: coverage run --branch --source=libmodernize setup.py test
99
install:
1010
- pip install .
1111
- pip install 'coveralls==0.4.2'
12-
- pip install 'six >= 1.8.0'
12+
- pip install 'six >= 1.9.0'
1313
after_success:
1414
coveralls

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ single file::
1818
It does not guarantee, but it attempts to spit out a codebase compatible
1919
with Python 2.6+ or Python 3. The code that it generates has a runtime
2020
dependency on `six <https://pypi.python.org/pypi/six>`_, unless the
21-
``--no-six`` option is used. Version 1.8.0 or later of ``six`` is
21+
``--no-six`` option is used. Version 1.9.0 or later of ``six`` is
2222
recommended. Some of the fixers output code that is not compatible with
2323
Python 2.5 or lower.
2424

0 commit comments

Comments
 (0)