Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-05 21:03:18 -04:00
parent c766c2c5d7
commit 38457272a5
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
steps:
- label: ":python:"
commands:
- ./run-tests.sh
+10
View File
@@ -0,0 +1,10 @@
{
"name": "Pipenv Test Suite",
"steps": [
{
"type": "script",
"name": ":pipeline:",
"command": "buildkite-agent pipeline upload"
}
]
}