gotta make the python bindings [skip ci]

This commit is contained in:
Dane Springmeyer 2015-05-04 01:22:09 -07:00
parent 49647d0236
commit 0c6991d668

View file

@ -14,6 +14,7 @@ install:
python:
if [[ ! -d ./bindings/python ]]; then git clone git@github.com:mapnik/python-mapnik.git --recursive ./bindings/python; else (cd bindings/python && git pull && git submodule update --init); fi;
make
python bindings/python/test/visual.py -q
src/json/libmapnik-json.a: