Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKaehler committed Sep 10, 2018
1 parent f734743 commit 4ab5381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- pip install -q https://github.com/qiime2/q2lint/archive/master.zip
- 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
- sed -i 's/QIIME 2 development team/Ben Kaehler/' $LINT_SOURCE $REF_LICENSE
- conda install -q -c glemaitre imbalanced-learn
- pip install flake8 coveralls redbiom
- make install
Expand Down

0 comments on commit 4ab5381

Please sign in to comment.