Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Andreas Klöckner
loopy
Commits
1cd66379
Commit
1cd66379
authored
9 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Disable doctests on Py3 (ordering and other minutiae are too non-deterministic)
parent
caefa9b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
with
5 additions
and
4 deletions
.gitlab-ci.yml
+
5
−
4
View file @
1cd66379
Python 2.7 AMD CPU
:
script
:
-
py_versi
on
=
2.7
-
export PY_EXE=pyth
on2.7
-
export PYOPENCL_TEST=amd:pu
-
EXTRA_INSTALL="numpy mako"
-
export
EXTRA_INSTALL="numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
...
...
@@ -12,9 +12,10 @@ Python 2.7 AMD CPU:
-
tags
Python 3.4 AMD CPU
:
script
:
-
py_versi
on
=
3.4
-
export PY_EXE=pyth
on3.4
-
export PYOPENCL_TEST=amd:pu
-
EXTRA_INSTALL="numpy mako"
-
export EXTRA_INSTALL="numpy mako"
-
export NO_DOCTESTS=1
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
...
...
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