We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756aeea commit 65bcdf0Copy full SHA for 65bcdf0
.travis.yml
@@ -16,13 +16,13 @@ install:
16
- conda info -a
17
- conda env create -q -n test-environment -f rec_to_nwb/environment.yml python=$TRAVIS_PYTHON_VERSION
18
- conda activate test-environment
19
+- conda list
20
- conda config --add channels conda-forge
21
- conda config --add channels novelakrk
22
- pip install pylint
23
- if [ $TRAVIS_BRANCH == "master_release" ]; then
- conda install conda-build anaconda-client;
24
+ conda install conda-build anaconda-client conda-verify;
25
bash upload_dependencies.sh;
- conda-verify;
26
conda build .;
27
conda install rec_to_nwb --use-local;
28
else python setup.py install --single-version-externally-managed --record=record.txt; fi
0 commit comments