grim/pyscovery

added a sublime project file

2014-06-24, Gary Kramlich
986099e07400
Parents 2a4b9240bb1d
Children 9f6a06864198
added a sublime project file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pyscovery.sublime-project Tue Jun 24 10:49:11 2014 -0500
@@ -0,0 +1,16 @@
+{
+ "folders":
+ [
+ {
+ "follow_symlinks": true,
+ "path": "."
+ }
+ ],
+ "build_systems":
+ [
+ {
+ "name": "unit tests",
+ "shell_cmd": "nosetests --with-xcoverage --with-xunit --cover-package pyscovery $project_path/tests"
+ }
+ ]
+}