Skip to content

Commit

Permalink
updates testing to 2020.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdebelius committed Jan 6, 2021
1 parent b3827e1 commit 918e80a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ before_install:
- conda update -q conda
- conda info -a
install:
- wget -q https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-linux-conda.yml
- conda env create -q -n test-env --file qiime2-latest-py36-linux-conda.yml
- wget -q https://data.qiime2.org/distro/core/qiime2-2020.11-py36-linux-conda.yml
- conda env create -q -n test-env --file qiime2-2020.11-py36-linux-conda.yml
- source activate test-env
- conda install -q pytest-cov regex dask=2.20
- conda install -q -y pytest-cov regex dask
- conda install -q -y -c conda-forge -c bioconda -c qiime2 -c defaults xmltodict
- pip install -q flake8 coveralls
- pip install -q git+https://github.com/bokulich-lab/RESCRIPt.git
- pip install -q https://github.com/qiime2/q2lint/archive/master.zip
- pip install . --no-deps
- make install
Expand Down

0 comments on commit 918e80a

Please sign in to comment.