summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2015-01-02 00:04:01 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2015-01-02 00:04:01 -0800
commit922a74d58a82391fd645b5f63d058f540533273e (patch)
tree7b5ad4c9204e7e97bc6448d343bf09c3f3358830 /tox.ini
parenta4460f17cc6684023935afb904c07cb0be5d1550 (diff)
Add tox and fix python3 failures.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..00cc619e
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[tox]
+envlist = py26, py27, py33
+[testenv]
+deps = pytest
+ mock
+commands = py.test