diff --git a/blah b/blah new file mode 100644 index 00000000..907b3081 --- /dev/null +++ b/blah @@ -0,0 +1 @@ +blah diff --git a/circle.yml b/circle.yml new file mode 100644 index 00000000..54861cd9 --- /dev/null +++ b/circle.yml @@ -0,0 +1,7 @@ +machine: + python: + version: 2.7.6 + +test: + override: + - coverage run `which nosetests`