Wrapper around alarmdecoder to make it Twisted compatible.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
265 B

  1. PYTHON?=python3.9
  2. test:
  3. . ./t/bin/activate && \
  4. echo adtwist.py | entr sh -c 'python -m coverage run -m unittest --failfast adtwist && coverage report -m --omit=t/\*'
  5. setup:
  6. $(PYTHON) -m venv t && \
  7. . ./t/bin/activate && \
  8. pip install -r requirements.txt