Skip to content

Commit

Permalink
travis list conda (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: acwikla <acwikla@novelaneuro.com>
  • Loading branch information
WojciechMerynda and aleksandercwikla authored Jun 12, 2020
1 parent 756aeea commit 65bcdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ install:
- conda info -a
- conda env create -q -n test-environment -f rec_to_nwb/environment.yml python=$TRAVIS_PYTHON_VERSION
- conda activate test-environment
- conda list
- conda config --add channels conda-forge
- conda config --add channels novelakrk
- pip install pylint
- if [ $TRAVIS_BRANCH == "master_release" ]; then
conda install conda-build anaconda-client;
conda install conda-build anaconda-client conda-verify;
bash upload_dependencies.sh;
conda-verify;
conda build .;
conda install rec_to_nwb --use-local;
else python setup.py install --single-version-externally-managed --record=record.txt; fi
Expand Down

0 comments on commit 65bcdf0

Please sign in to comment.