Skip to content

Commit 3b0b300

Browse files
committed
1 parent 832feb8 commit 3b0b300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist = py27, py33, py34, py35, py36, py36-flake8-src, py36-flake8-other
33

44
[testenv]
55
deps =
6+
six
67
-r{toxinidir}/requirements.txt
78
-r{toxinidir}/requirements-test.txt
89
commands = py.test -v tests/
@@ -15,12 +16,14 @@ commands = py.test -v --cov=linebot tests/
1516
[testenv:py36-flake8-src]
1617
basepython = python3.6
1718
deps =
19+
six
1820
flake8
1921
flake8-docstrings
2022
commands = flake8 linebot/
2123

2224
[testenv:py36-flake8-other]
2325
basepython = python3.6
2426
deps =
27+
six
2528
flake8
2629
commands = flake8 tests/ examples/

0 commit comments

Comments
 (0)