summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Saryerwinnie <jls.npi@gmail.com>2012-06-13 14:25:52 -0700
committerJames Saryerwinnie <jls.npi@gmail.com>2012-06-13 17:00:51 -0700
commit4b9ade576070b2970821ab907cac46410fd666ea (patch)
tree77f77f724bb0b4f4d3f4343ead2033ec7866d1f9 /tox.ini
parent3db8668ed2f08e657ecbde63807b1910047a8b47 (diff)
downloadboto-4b9ade576070b2970821ab907cac46410fd666ea.tar.gz
Add a tox.ini file
This runs the unittests across python 2.6 and 2.7 I also updated the requirements file to install tox, and pinned the requirements to specific versions.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..321b9251
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,8 @@
+[tox]
+envlist = py26,py27
+
+
+[testenv]
+commands =
+ pip install -qr requirements.txt
+ python tests/test.py tests/unit