Commit 6d33ba9d authored by Tzu-ping Chung's avatar Tzu-ping Chung

Fix CFLAGS environ in tox config

parent ae6560b5
......@@ -7,6 +7,6 @@
envlist = py26, py27, py32, py33, py34, pypy
[testenv]
setenv = CFLAGS="-O0 -ggdb"
setenv = CFLAGS=-O0 -ggdb
commands =
{envpython} runtests.py -vv
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