From 1a7256868c6a8a53f3b066deff54d3cddbf320f0 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 26 Feb 2020 16:50:51 +0100 Subject: [PATCH] Remove conda env for travis --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b89bd0..7109297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,10 +29,6 @@ matrix: - python: 3.8 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: "Lint and documentation test" env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="false" LINT="true" - name: "Python 3.7.2 on macOS" -- GitLab