aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 059abcfddeaed5f6c7d85380a63240d17a188488 (plain)
1
2
3
4
5
6
7
8
9
10
test:
	nose2 -A !slow -v

test-plots:
	env PYECSCA_TEST_PLOTS=1 nose2 -A !slow -v

test-all:
	nose2 -v

.PHONY: test test-plots test-all