summaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parent636ec2bd79cf2ef5c716f55eec615ec8996e91ec (diff)
downloadoauthlib-ca4c2c94050527a829bdc3b2e886ddf01d536e17.tar.gz
Fix travis tox to only run once, remove 3.1 from tox.ini
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4863d87..7b53c43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,6 @@
language: python
python:
- - 2.6
- 2.7
- - 3.2
- - 3.3
install:
- pip install tox
script: