Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
e02c60c1
Commit
e02c60c1
authored
May 08, 2020
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run Travis tests in CentOS container
parent
cf69a305
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
14 deletions
+8
-14
.travis.yml
.travis.yml
+8
-14
No files found.
.travis.yml
View file @
e02c60c1
language
:
python
language
:
minimal
env
:
env
:
-
PYTHON_VER=2.7
-
PYTHON_VER=3.4
-
PYTHON_VER=3.5
-
PYTHON_VER=3.5
-
PYTHON_VER=3.6
-
PYTHON_VER=3.6
-
PYTHON_VER=3.7
-
PYTHON_VER=3.8
sudo
:
false
services
:
cache
:
-
docker
directories
:
-
pythons
# Note on this cache directories: "make build" downloads pythons elsewhere,
# but installs the compiled bin/lib/share in pythons/pythonx.y/ .
notifications
:
notifications
:
email
:
email
:
-
buildout-development@googlegroups.com
-
buildout-development@googlegroups.com
install
:
install
:
-
ls -al pythons
-
docker build -f .github/workflows/Dockerfile --tag centos_buildout:python${PYTHON_VER} --build-arg PYTHON_VER=${PYTHON_VER} .
-
export COVERAGE_PROCESS_START=
-
deactivate
-
make build
script
:
make test
script
:
-
docker run centos_buildout:python${PYTHON_VER} /buildout/bin/test -c -vvv
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