summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-03-03 21:05:31 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-03-03 21:38:46 +0100
commitd220884ee474461af6a9704eb34cd91b0b99ea20 (patch)
treecbb7ac6ba8841f862b85fe2ffe6a82306ffc88d8 /tox.ini
parent94a7e2659e3e8b6a9183b59aed06223cc1706c87 (diff)
downloadfactory-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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 944070f..204bde9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py26,py27,pypy
[testenv]
commands=
- python setup.py test
+ python -W default setup.py test
[testenv:py26]