Skip to content
Snippets Groups Projects
Commit a2d4fca3 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Try deactivating travis environment

parent 4b85b8da
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!43Update .travis.yml to use ci_check_code script
...@@ -13,8 +13,9 @@ install: ...@@ -13,8 +13,9 @@ install:
- conda update --yes conda - conda update --yes conda
- conda info -a - conda info -a
script: script:
# point pipenv to conda # use conda
- export PIPENV_PYTHON=$HOME/miniconda/bin/python - source ~/virtualenv/python3.7/bin/deactivate
- source $HOME/miniconda/bin/activate base
# pass PYTHON_VERSION to check code script # pass PYTHON_VERSION to check code script
- export PYTHON_VERSION=$TRAVIS_PYTHON_VERSION - export PYTHON_VERSION=$TRAVIS_PYTHON_VERSION
# run linting and tests # run linting and tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment