summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-03-29 00:52:33 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-03-29 00:52:33 -0400
commit3bf0561b43ae84ba0444ddfc9a83346959a54f19 (patch)
treeae3292f5828ba73f7025a908fc70959cf17b7be3 /tox.ini
parent96a9863db21fc84af38ee28684807849ade25b97 (diff)
downloadaskbot-3bf0561b43ae84ba0444ddfc9a83346959a54f19.tar.gz
askbot-3bf0561b43ae84ba0444ddfc9a83346959a54f19.tar.bz2
askbot-3bf0561b43ae84ba0444ddfc9a83346959a54f19.zip
added basic tox testing setup
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..d0be6511
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,4 @@
+[tox]
+envlist=py26,py25,py27
+[testenv]
+commands=python manage.py test askbot