Fix bug in makefile

This commit is contained in:
Markus Unterwaditzer 2016-10-01 20:24:47 +02:00
parent 0eda0984f2
commit 13772c67cd

View file

@ -36,7 +36,7 @@ test:
else \
py.test; \
fi; \
STATUS=$?; \
STATUS="$$?"; \
set -e; \
[ "$(CI)" != "true" ] || codecov; \
[ "$(CI)" != "true" ] || scripts/upload-hypothesis-db.sh; \