File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1111before_install :
1212  - redis-server --version 
1313  - redis-server --port 7777 & 
14-   - wget http://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh -O miniconda.sh 
14+   - wget http://repo.continuum.io/miniconda/Miniconda3-4.3.31 -Linux-x86_64.sh -O miniconda.sh 
1515  - chmod +x miniconda.sh 
1616  - ./miniconda.sh -b 
1717  - export PATH=/home/travis/miniconda3/bin:$PATH 
18-   #  Update conda itself
19-   - conda update --yes conda 
2018  #  Downloading and setting up ascp for EBI testing
2119  - wget ftp://ftp.microbio.me/pub/qiita/ascp-install-3.5.4.102989-linux-64-qiita.sh -O ascp-install-3.5.4.102989-linux-64-qiita.sh 
2220  - chmod +x ascp-install-3.5.4.102989-linux-64-qiita.sh 
@@ -56,7 +54,7 @@ install:
5654  - cp $PWD/qiita_core/support_files/BIOM\ type_2.1.4.conf ~/.qiita_plugins/BIOM\ type_2.1.4\ -\ Qiime2.conf 
5755  - touch ~/.bash_profile 
5856  #  Install the biom plugin so we can run the analysis tests
59-   - travis_retry conda create -q --yes -n qtp-biom --file https://data.qiime2.org/distro/core/qiime2-2017.11 -conda-linux-64.txt 
57+   - travis_retry conda create -q --yes -n qtp-biom python=3.5  --file https://data.qiime2.org/distro/core/qiime2-2017.12 -conda-linux-64.txt 
6058  - source activate qtp-biom 
6159  - pip install https://github.com/qiita-spots/qiita_client/archive/master.zip 
6260  - pip install https://github.com/qiita-spots/qtp-biom/archive/master.zip --process-dependency-links 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments