bawaefwef

This commit is contained in:
2016-11-01 12:52:51 -04:00
commit 5db4486cf7
4 changed files with 13 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"buildpacks": [
{"url": "https://github.com/heroku/heroku-buildpack-python#ci"}
],
"scripts": {
"test": "testtheapp"
}
}
+1
View File
@@ -0,0 +1 @@
nose
+1
View File
@@ -0,0 +1 @@
requests
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
exit 1