Skip to content

Commit

Permalink
Added make setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoinarovskyi committed Dec 18, 2016
1 parent 7761730 commit 36b8451
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ SCALA_VERSION?=2.11
KAFKA_VERSION?=0.10.1.0
DOCKER_IMAGE=aiolibs/kafka:$(SCALA_VERSION)_$(KAFKA_VERSION)

setup:
pip install -r requirements-dev.txt
pip install -Ue .

flake:
extra=$$(python -c "import sys;sys.stdout.write('--exclude tests/test_pep492.py') if sys.version_info[:3] < (3, 5, 0) else sys.stdout.write('')"); \
flake8 aiokafka tests $$extra
Expand Down

0 comments on commit 36b8451

Please sign in to comment.