From 1dcea0406affbcbf28e6e8f4a5307adf6bca46d1 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Thu, 19 Oct 2017 00:09:25 +0900 Subject: Try another way to fix travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1