Skip to content

Commit

Permalink
removed old python test task target
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
joshmgrant authored and lukeis committed May 6, 2015
1 parent 42600bf commit 2f6f868
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,6 @@ task :py_release => :py_prep_for_install_release do
sh "git checkout setup.py"
end


task :test_selenium_py => [:'selenium-core', :'selenium-server-standalone'] do
if python? then
sh "python2.6 selenium/test/py/runtests.py", :verbose => true
end
end

file "cpp/iedriver/sizzle.h" => [ "//third_party/js/sizzle:sizzle:header" ] do
cp "build/third_party/js/sizzle/sizzle.h", "cpp/iedriver/sizzle.h"
end
Expand Down

0 comments on commit 2f6f868

Please sign in to comment.