mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
use bundle syntax to rspec
This commit is contained in:
+4
-4
@@ -19,20 +19,20 @@ jobs:
|
||||
- wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
|
||||
- PATH="/tmp/shellcheck-latest:$PATH"
|
||||
script: make check
|
||||
- stage: Stack Tests
|
||||
- stage: Stack Unit Tests
|
||||
services: docker
|
||||
env: STACK=heroku-18
|
||||
script: "./tests.sh"
|
||||
- stage: Stack Tests
|
||||
- stage: Stack Unit Tests
|
||||
services: docker
|
||||
env: STACK=heroku-16
|
||||
script: "./tests.sh"
|
||||
- stage: Stack Tests
|
||||
- stage: Stack Unit Tests
|
||||
services: docker
|
||||
env: STACK=cedar-14
|
||||
script: "./tests.sh"
|
||||
- stage: Hatchet Integration
|
||||
script: "rspec"
|
||||
script: "bundle exec rspec"
|
||||
env:
|
||||
global:
|
||||
- HATCHET_RETRIES=3
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"python": [
|
||||
"heroku/python-getting-started"
|
||||
// "pyhatchery/x" <- namespace of python test org
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user