Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 04d6c0d

Browse files
committed
add tornado as a dependency for tests
1 parent 0efb093 commit 04d6c0d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ ignore = F811,E226
66
exclude = .tox/*,xx/*,__*
77

88
[testenv]
9-
deps = pytest
9+
deps =
10+
pytest
11+
tornado
1012
commands =
1113
py.test consul tests
1214

@@ -17,6 +19,7 @@ commands = flake8
1719
[testenv:coverage]
1820
deps =
1921
pytest-cov
22+
tornado
2023
coveralls
2124
commands =
2225
py.test --cov {envsitepackagesdir}/consul tests

0 commit comments

Comments
 (0)