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:
parent
c8e99e3b3b
commit
5eb89b2289
@ -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…
Reference in New Issue
Block a user