remove the gallery, it is now a wiki at https://sourceforge.net/p/pyx/gallery
[PyX.git] / test / Makefile
blobe86d64acbff463ea597677d035f28f0b9431b793
1 PYTHON ?= python3
3 .PHONY:unit functional doc
5 all:unit functional doc
7 unit:
8 cd unit; $(PYTHON) test.py
10 functional:
11 cd functional; make
13 doc:
14 cd ../pyx; nosetests --with-doctest