summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..20ba6546
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,27 @@
+[tox]
+envlist = py26,py27,py34
+recreate = True
+
+[testenv]
+commands = python -m nose {posargs:tests}
+deps =
+ contextlib2
+ httpretty>=0.7.1
+ mock
+ nose
+ pep8==1.5.7
+ pyflakes
+setenv =
+ LC_ALL = C
+
+[testenv:py26]
+commands = nosetests {posargs:tests}
+deps =
+ contextlib2
+ httpretty>=0.7.1
+ mock
+ nose
+ pep8==1.5.7
+ pyflakes
+setenv =
+ LC_ALL = C