summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-02-18 20:23:15 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-02-18 20:23:15 +0100
commit636ec2bd79cf2ef5c716f55eec615ec8996e91ec (patch)
tree46b0cfc479568f7a2871210f21919db876c8d2e9 /.travis.yml
parent3c772052ec1db6cdb9b80b8870feaa1e1c17f8aa (diff)
downloadoauthlib-636ec2bd79cf2ef5c716f55eec615ec8996e91ec.tar.gz
Trying out travis+tox #115
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 703ecaf..4863d87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,12 @@ language: python
python:
- 2.6
- 2.7
+ - 3.2
+ - 3.3
install:
- - pip install -i https://restricted.crate.io/ .
- - pip install -i https://restricted.crate.io/ nose unittest2 pycrypto mock
-script: make test
+ - pip install tox
+script:
+ - tox
branches:
only:
- master