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

This commit is contained in:
Mike Fährmann
2019-12-07 23:40:01 +01:00
parent c8e99e3b3b
commit 5eb89b2289

View File

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