summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2013-08-29 13:40:30 +0800
committerHsiaoming Yang <me@lepture.com>2013-08-29 13:40:30 +0800
commitdf1eec992a9c83dec32ea7da9dbf979abee8c308 (patch)
tree88073a2b6fa60e118e40f3b2acc3068d01ab4202 /.travis.yml
parent7d81b39d5df0206597a2baa107c4ce89e0a21a1b (diff)
downloadoauthlib-df1eec992a9c83dec32ea7da9dbf979abee8c308.tar.gz
Remove travis install scripts
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 54b031c..dd781a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@ python:
- "pypy"
install:
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- pip install nose pycrypto mock
- - python .travis_install.py
script:
- nosetests -w tests