Skip to content
Snippets Groups Projects
Commit 2652d069 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Give Travis builds names

parent 00ad90ed
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment