diff --git a/tasks.py b/tasks.py
index ddadc217da0fc6239f19a0bde89841fc09654799..b432afef718cb281e42af5af69eed87dd56d6eda 100644
--- a/tasks.py
+++ b/tasks.py
@@ -38,7 +38,6 @@ def install_nacl(library):
             os.chdir(os.path.expanduser("~/libsodium-0.2/"))
             run("./configure --disable-debug --disable-dependency-tracking")
             run("make")
-            run("make check")
             run("make install")
         finally:
             os.chdir(curdir)