aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: b396bf4b770602867df4112da35ed2ef5c72d519 (plain)
1
2
3
4
5
6
test:
	nosetests3

venv:
	python3 -m venv venv
	venv/bin/pip3 install IMAPClient