Kaydet (Commit) 2d561498 authored tarafından shin-'s avatar shin-

Separated test dependencies from runtime dependencies

üst 6d78986c
mock==1.0.1
requests==2.2.1
six>=1.3.0
websocket-client==0.11.0
mock==1.0.1
\ No newline at end of file
......@@ -18,7 +18,9 @@ deps = -r{toxinidir}/requirements.txt
usedevelop=True
commands =
{envpython} tests/test.py
deps = -r{toxinidir}/requirements3.txt
deps =
-r{toxinidir}/requirements3.txt
-r{toxinidir}/test-requirements.txt
[testenv:flake8]
commands = flake8 docker tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment