summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2017-10-19 00:09:25 +0900
committerHsiaoming Yang <me@lepture.com>2017-10-20 00:13:34 +0900
commit7c9d95c2c76fc4472bf6063a8e6eec74f952d429 (patch)
tree3d96f5dda5219bce2f3798ec726945f9c1420da2
parent2c470428a99bb726384ea95f030e37756284f22c (diff)
downloadoauthlib-7c9d95c2c76fc4472bf6063a8e6eec74f952d429.tar.gz
Try another way to fix travis
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee88674..4dee48b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,9 @@ matrix:
- python: pypy-5.3
env: TOXENV=pypy
-install: pip install cryptography==2.0.3 tox coveralls
+install:
+ - pip install -U setuptools
+ - pip install tox coveralls
script: tox
after_success: coveralls