grim/pyscovery

added a sublime project file

2014-06-24, Gary Kramlich
986099e07400
added a sublime project file
{
"folders":
[
{
"follow_symlinks": true,
"path": "."
}
],
"build_systems":
[
{
"name": "unit tests",
"shell_cmd": "nosetests --with-xcoverage --with-xunit --cover-package pyscovery $project_path/tests"
}
]
}