diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-03 21:05:31 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-03 21:38:46 +0100 |
commit | d220884ee474461af6a9704eb34cd91b0b99ea20 (patch) | |
tree | cbb7ac6ba8841f862b85fe2ffe6a82306ffc88d8 /tox.ini | |
parent | 94a7e2659e3e8b6a9183b59aed06223cc1706c87 (diff) | |
download | factory-boy-d220884ee474461af6a9704eb34cd91b0b99ea20.tar factory-boy-d220884ee474461af6a9704eb34cd91b0b99ea20.tar.gz |
Tests: run tox tests with warnings enabled.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ envlist = py26,py27,pypy [testenv] commands= - python setup.py test + python -W default setup.py test [testenv:py26] |