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 f5cd477 commit 529958aCopy full SHA for 529958a
1 file changed
.travis.yml
@@ -20,8 +20,8 @@ before_install:
20
# Install packages
21
install:
22
- conda install -q python=3.6 pip requests conda-build jinja2 anaconda-client
23
- - travis_wait 120 conda build . -c tara_furstenau -c bioconda -c conda-forge
24
- - conda install mtsv --use-local -c tara_furstenau -c bioconda -c conda-forge
+ - travis_wait 120 conda build . -c bioconda -c conda-forge --override-channels
+ - conda install mtsv --use-local -c bioconda -c conda-forge --override-channels
25
script:
26
- mtsv --help
27
cache:
0 commit comments