Add extension Rake task "tox"
This commit is contained in:
parent
08279e39f9
commit
fbf1113de9
1 changed files with 6 additions and 0 deletions
6
Rakefile
6
Rakefile
|
@ -29,3 +29,9 @@ task :changelog, [:token] do |_t, args|
|
|||
|
||||
sh cmd
|
||||
end
|
||||
|
||||
require 'rake/extensiontask'
|
||||
|
||||
Rake::ExtensionTask.new 'tox' do |ext|
|
||||
ext.lib_dir = 'lib/tox'
|
||||
end
|
||||
|
|
Reference in a new issue