Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKaehler committed Mar 15, 2019
1 parent e92d8bf commit 73204c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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-2019.1-py36-linux-conda.yml
- conda env create -q -n test-env --file qiime2-2019.1-py36-linux-conda.yml
- source activate test-env
- conda install -q pytest-cov
- pip install -q https://github.com/qiime2/q2lint/archive/master.zip
Expand Down

0 comments on commit 73204c7

Please sign in to comment.