Files
deb-python-wsgi-intercept/Makefile
Chris Dent be7599e94a Cleanup the tests and other code for various versions.
python <= 3.2 doesn't care for for u'' strings but unicode_literals
from __future__ has side effects we don't want.

Other fixes from flake8
2013-11-01 23:52:21 +00:00

13 lines
241 B
Makefile

.PHONY: test clean
clean:
find wsgi_intercept -name "*.pyc" |xargs rm || true
rm -r dist || true
rm -r build || true
rm -r wsgi_intercept.egg-info || true
rm *.bundle || true
rm -r *-bundle* || true
test:
py.test --tb=short -x test