File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ script: coverage run --branch --source=libmodernize setup.py test
9
9
install :
10
10
- pip install .
11
11
- pip install 'coveralls==0.4.2'
12
- - pip install 'six >= 1.8 .0'
12
+ - pip install 'six >= 1.9 .0'
13
13
after_success :
14
14
coveralls
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ single file::
18
18
It does not guarantee, but it attempts to spit out a codebase compatible
19
19
with Python 2.6+ or Python 3. The code that it generates has a runtime
20
20
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
22
22
recommended. Some of the fixers output code that is not compatible with
23
23
Python 2.5 or lower.
24
24
You can’t perform that action at this time.
0 commit comments