File: Rakefile

package info (click to toggle)
python-monasca-statsd 2.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 232 kB
  • sloc: python: 477; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11

desc "Run tests"
task :test do
  sh "nosetests"
end

task :default => :test

task :release => :test do
  sh "python setup.py sdist upload"
end