Test without pip install

This commit is contained in:
Raul Ochoa
2016-06-16 23:26:57 +02:00
parent 620d341cb3
commit 27d2dad3c5

View File

@@ -2,7 +2,7 @@ include ../../Makefile.global
# Install the package locally for development
install:
pip install ./crankshaft
echo "pip install ./crankshaft"
# Test develpment install
test: