summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 34f03f56..edc76d0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ dist/
MANIFEST
.DS_Store
.idea
+.tox
+.coverage