Skip to content

Commit db98a1d

Browse files
committed
Test run with tox.
1 parent 2745e3b commit db98a1d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fabfile.py

-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,3 @@ def run(project_dir, port=9080):
1414
cmd = ('sudo docker run -p {port}:{port} -tid '
1515
'-v {project_dir}:/scrapyrt/project scrapyrt')
1616
local(cmd.format(project_dir=project_dir, port=port))
17-
18-
19-
@task
20-
def test(options=''):
21-
local('py.test {options} tests'.format(options=options))

0 commit comments

Comments
 (0)