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

Change name of Travis build: Documentation test -> Documentation and Lint

parent 086603bd
No related merge requests found
...@@ -30,7 +30,7 @@ matrix: ...@@ -30,7 +30,7 @@ matrix:
env: DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false" LINT="false" env: DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false" LINT="false"
before_install: before_install:
- sudo apt-get install -y ninja-build build-essential nvidia-cuda-toolkit - sudo apt-get install -y ninja-build build-essential nvidia-cuda-toolkit
- name: "Documentation test" - name: "Documentation and Lint"
env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="false" LINT="true" env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="false" LINT="true"
install: install:
- source tests/travis_install.sh - source tests/travis_install.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment