aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
blob: 16a10c1822a67298186320346ff21a54ebb7c28a (plain)
1
2
3
4
5
6
7
runtox:
	. ~/bin/set_proxies; \
	tox test | cat
	coverage html

runflake8:
	flake8 --max-line-length 120 .