1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

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
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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