From 8aa258ff73f54c7cf67e2b19141466a26afc1a85 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Sun, 8 Dec 2013 17:27:53 -0800 Subject: [PATCH] Update tox --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 700ad93..052d760 100644 --- a/tox.ini +++ b/tox.ini @@ -8,3 +8,6 @@ deps= commands = py.test + +setenv = + CFLAGS='-stdlib=libc++' \ No newline at end of file