12
@# Need tox, but don't install the apt version unless we have to (don't want to conflict with pip)
13
@which tox >/dev/null || (sudo apt-get install -y python-pip && sudo pip install tox)
18
@PATH=.tox/py34/bin:.tox/py35/bin flake8 $(wildcard hooks reactive lib unit_tests tests)
22
unit_test: apt_prereqs
23
@echo Starting tests...