mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
update travis.yml to new conda env
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user