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: