Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKaehler authored Mar 16, 2019
1 parent 73204c7 commit 5fcffe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ install:
- export LINT_SOURCE=`python -c "from q2lint._main import main; from inspect import getsourcefile; print(getsourcefile(main))"`
- export REF_LICENSE=`dirname $LINT_SOURCE`/REF_LICENSE
- sed -i 's/QIIME 2 development team/Ben Kaehler/' $LINT_SOURCE $REF_LICENSE
- pip install flake8 coveralls redbiom
- pip install flake8 coveralls
- conda install -c kaehler redbiom
- make install
script:
- make lint
Expand Down

0 comments on commit 5fcffe4

Please sign in to comment.