update travis.yml to new conda env

This commit is contained in:
Alok Saldanha
2020-08-30 13:53:57 -04:00
parent ce3eb0eedf
commit 4e367b0ec9

View File

@@ -7,7 +7,7 @@
language: python language: python
matrix: matrix:
include: include:
- python: 3.5 # we don't actually use this - python: 3.5 # we don't actually use this
env: PYTHON_VERSION=3.7 env: PYTHON_VERSION=3.7
install: install:
@@ -26,7 +26,7 @@ install:
# Install Python, py.test, and required packages. # Install Python, py.test, and required packages.
- conda env create -f environment.yml - conda env create -f environment.yml
- source activate cellxgene-dev - source activate cellxgene-gateway
- python setup.py install - python setup.py install
script: script: