Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pycodegen
pystencils_autodiff
Commits
2652d069
Commit
2652d069
authored
Aug 17, 2019
by
Stephan Seitz
Browse files
Give Travis builds names
parent
00ad90ed
Pipeline
#17324
failed with stage
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
2652d069
...
...
@@ -17,8 +17,14 @@ matrix:
include
:
-
python
:
3.6
env
:
DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="true" LINT="false"
-
env
:
DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false" LINT="false"
-
env
:
DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="false" LINT="true"
before_install
:
-
sudo apt-get install -y ninja-build build-essential nvidia-cuda-toolkit
-
name
:
"
Conda"
env
:
DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false" LINT="false"
before_install
:
-
sudo apt-get install -y ninja-build build-essential nvidia-cuda-toolkit
-
name
:
"
Documentation
test"
env
:
DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="false" LINT="true"
install
:
-
source tests/travis_install.sh
before_script
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment