mirror of
https://github.com/kennethreitz-archive/python-ci-test.git
synced 2026-06-05 07:16:11 +00:00
bawaefwef
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"buildpacks": [
|
||||
{"url": "https://github.com/heroku/heroku-buildpack-python#ci"}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "testtheapp"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
nose
|
||||
@@ -0,0 +1 @@
|
||||
requests
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
exit 1
|
||||
Reference in New Issue
Block a user