Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
heroku-buildpack-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evili del Rio
heroku-buildpack-python
Commits
2efe514b
Commit
2efe514b
authored
Aug 21, 2018
by
Casey Faist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup travis rspecting
parent
d4425623
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
22 deletions
+42
-22
.travis.yml
.travis.yml
+41
-22
hatchet.json
hatchet.json
+1
-0
No files found.
.travis.yml
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=
hatchet.json
View file @
2efe514b
{
"python"
:
[
"heroku/python-getting-started"
//
"pyhatchery/x"
<-
namespace
of
python
test
org
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment