From 4e367b0ec912a6c2eb8e7fa7b035f8de453d9da1 Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Sun, 30 Aug 2020 13:53:57 -0400 Subject: [PATCH] update travis.yml to new conda env --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff9e8e7..f393231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: python matrix: include: - - python: 3.5 # we don't actually use this + - python: 3.5 # we don't actually use this env: PYTHON_VERSION=3.7 install: @@ -26,7 +26,7 @@ install: # Install Python, py.test, and required packages. - conda env create -f environment.yml - - source activate cellxgene-dev + - source activate cellxgene-gateway - python setup.py install script: