don't install pyOpenSSL for Travis tests (#508)

pull/511/head
Mike Fährmann 5 years ago
parent c8e99e3b3b
commit 5eb89b2289
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -34,8 +34,5 @@ branches:
- master - master
- /^v\d+\.\d+\.\d+(-\S*)?$/ - /^v\d+\.\d+\.\d+(-\S*)?$/
- /^test(-\w+)+$/ - /^test(-\w+)+$/
install:
- pip install -r requirements.txt pyOpenSSL
script: script:
- ./scripts/run_tests.sh - ./scripts/run_tests.sh

Loading…
Cancel
Save