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-19 00:09:25 +0900
commit1dcea0406affbcbf28e6e8f4a5307adf6bca46d1 (patch)
treea9ef7633a2e3b229078b45a3402e3379c2915ff9
parentc1eda9f1c92f7110ad41af5e48864bfb2ac37c7c (diff)
downloadoauthlib-1dcea0406affbcbf28e6e8f4a5307adf6bca46d1.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