Skip to content

Commit

Permalink
removing pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Jul 8, 2021
1 parent d16b83e commit 0284df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install conda packages
shell: bash -l {0}
run: conda install -c conda-forge statsmodels scikit-bio biom-format matplotlib flake8 pycodestyle
run: conda install -c conda-forge statsmodels scikit-bio biom-format matplotlib flake8

- name: Install gneiss
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ help:
test:
$(TEST_COMMAND)
pep8:
pycodestyle gneiss setup.py --ignore E303,E731
flake8 gneiss setup.py --ignore E303,E731

all: pep8 test

0 comments on commit 0284df1

Please sign in to comment.