Skip to content

Commit

Permalink
Separated test dependencies from runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shin- committed Apr 4, 2014
1 parent 6d78986 commit 2d56149
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mock==1.0.1
requests==2.2.1
six>=1.3.0
websocket-client==0.11.0
1 change: 0 additions & 1 deletion requirements3.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mock==1.0.1
requests==2.2.1
six>=1.3.0
websocket-client==0.11.0
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mock==1.0.1
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d56149

Please sign in to comment.