Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
2efe514b
Commit
2efe514b
authored
6 years ago
by
Casey Faist
Browse files
Options
Downloads
Patches
Plain Diff
setup travis rspecting
parent
d4425623
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+41
-22
41 additions, 22 deletions
.travis.yml
hatchet.json
+1
-0
1 addition, 0 deletions
hatchet.json
with
42 additions
and
22 deletions
.travis.yml
+
41
−
22
View file @
2efe514b
language
:
bash
language
:
ruby
dist
:
trusty
rvm
:
-
2.4.4
before_script
:
-
gem install bundler -v 1.16.2
-
bundle exec rake hatchet:setup_travis
addons
:
apt
:
sources
:
-
heroku
packages
:
-
heroku-toolbelt
jobs
:
include
:
-
stage
:
"
Bash
linting
(shellcheck)"
sudo
:
false
before_install
:
-
wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
-
PATH="/tmp/shellcheck-latest:$PATH"
script
:
make check
-
stage
:
"
Stack
Tests"
services
:
docker
env
:
STACK=heroku-18
script
:
./tests.sh
-
stage
:
"
Stack
Tests"
services
:
docker
env
:
STACK=heroku-16
script
:
./tests.sh
-
stage
:
"
Stack
Tests"
services
:
docker
env
:
STACK=cedar-14
script
:
./tests.sh
-
stage
:
Bash linting (shellcheck)
sudo
:
false
before_install
:
-
wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
-
PATH="/tmp/shellcheck-latest:$PATH"
script
:
make check
-
stage
:
Stack Tests
services
:
docker
env
:
STACK=heroku-18
script
:
"
./tests.sh"
-
stage
:
Stack Tests
services
:
docker
env
:
STACK=heroku-16
script
:
"
./tests.sh"
-
stage
:
Stack Tests
services
:
docker
env
:
STACK=cedar-14
script
:
"
./tests.sh"
-
stage
:
Stack Tests
services
:
docker
env
:
STACK=heroku-16
script
:
"
rspec"
env
:
global
:
-
HATCHET_RETRIES=3
-
IS_RUNNING_ON_CI=true
-
HATCHET_APP_LIMIT=5
-
secure
:
yjtlPE5FbVxTKnjUy/tZUBgSEf4qADD3QOxtgziuid73S0U/1IEXlMGFULsQzIjtlHKmHeywZqpVVEpthIH4RuT7uoX1Pb7SSM/g0T8fT3VoEFbFK1uYl0oZQbUS4Klxv9tPiumj8if3m6ULEGIz1X0wZcMOC0tMLwVCnwmap0E=
-
secure
:
ZeFTHWwnpIKE9nAqs88ocmiQh7bKce84lilGm5J23nf3N6V4wNyLwqlkvsM008WGBCaOg9AUx7ZunasT0ANsR5gLP3eV2UUg7ILdRgV2Gy13eNRFheC4PHdN92RqQ3aKoqlIv2K999xlhVjod0NzhkQQXB6PddfQINbuU7ks6As=
This diff is collapsed.
Click to expand it.
hatchet.json
+
1
−
0
View file @
2efe514b
{
"python"
:
[
"heroku/python-getting-started"
//
"pyhatchery/x"
<-
namespace
of
python
test
org
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment