Commit a2a19494 authored by scoder's avatar scoder

Merge pull request #397 from uranusjr/tox-fix

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