Skip to content

Commit 65bcdf0

Browse files
travis list conda (#451)
Co-authored-by: acwikla <[email protected]>
1 parent 756aeea commit 65bcdf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ install:
1616
- conda info -a
1717
- conda env create -q -n test-environment -f rec_to_nwb/environment.yml python=$TRAVIS_PYTHON_VERSION
1818
- conda activate test-environment
19+
- conda list
1920
- conda config --add channels conda-forge
2021
- conda config --add channels novelakrk
2122
- pip install pylint
2223
- if [ $TRAVIS_BRANCH == "master_release" ]; then
23-
conda install conda-build anaconda-client;
24+
conda install conda-build anaconda-client conda-verify;
2425
bash upload_dependencies.sh;
25-
conda-verify;
2626
conda build .;
2727
conda install rec_to_nwb --use-local;
2828
else python setup.py install --single-version-externally-managed --record=record.txt; fi

0 commit comments

Comments
 (0)