Commit 7dc78b63 authored by Domen Kožar's avatar Domen Kožar

travis: don't silence Python compiling until everything compiles

parent ada426ed
......@@ -37,7 +37,7 @@ ifeq ($(PYTHON_VER),2.6)
endif
cd $(PYTHON_PATH)/$(PYTHON_ARCHIVE) && \
./configure --prefix $(PYTHON_PATH) >/dev/null 2>&1 && \
make >/dev/null 2>&1 && \
make && \
make install >/dev/null 2>&1
@echo "Finished installing Python"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment