Skip to content

Commit

Permalink
Change MakeFile
Browse files Browse the repository at this point in the history
Added tests/ folder to lint and pep-test, since this was missing
  • Loading branch information
joelvai committed Apr 10, 2019
1 parent 3673d2f commit 4fdfaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ pip-user:
python3 -m pip install --user -r requirements.txt

lint:
flake8 dexbot/
flake8 dexbot/ tests/

pep-test:
python3 -m pip install flake8==3.7.7
flake8 dexbot/
flake8 dexbot/ tests/
python3 -m pip uninstall -y flake8 pyflakes pycodestyle mccabe

build: pip
Expand Down

0 comments on commit 4fdfaa7

Please sign in to comment.