summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-06-02 08:19:49 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-06-02 11:25:13 -0700
commitb29725615df1a9f435f39cc8d4ec8479d9a07342 (patch)
treef59abfd568799f19eaf382d8550f29578c446ab0
parent77ac9090c142b7be9dc1d8d971f8197d10e378f2 (diff)
downloadpython-barbicanclient-b29725615df1a9f435f39cc8d4ec8479d9a07342.tar.gz
Added py33 to tox
Change-Id: I0822a7da1206729b9149f0d4ee3195a50e6873c6
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 65edb9a..cab9521 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, pep8
+envlist = py26, py27, py33, pep8
[testenv]
deps = -r{toxinidir}/requirements.txt