summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-02-18 20:31:54 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-02-18 20:31:54 +0100
commitca4c2c94050527a829bdc3b2e886ddf01d536e17 (patch)
treedc2994589d09b284e4aaed56f0d4a5def325cd0c /tox.ini
parent636ec2bd79cf2ef5c716f55eec615ec8996e91ec (diff)
downloadoauthlib-ca4c2c94050527a829bdc3b2e886ddf01d536e17.tar.gz
Fix travis tox to only run once, remove 3.1 from tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7deab28..77cf0dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py31,py32,py33
+envlist = py26,py27,py32,py33
[testenv]
deps=nose