mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[travis] Add Jython build
This commit is contained in:
parent
d7cd9a9e84
commit
7a6c204fcb
2 changed files with 12 additions and 4 deletions
5
devscripts/install_jython.sh
Executable file
5
devscripts/install_jython.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
wget http://central.maven.org/maven2/org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar
|
||||
java -jar jython-installer-2.7.1.jar -s -d "$HOME/jython"
|
||||
$HOME/jython/bin/jython -m pip install nose
|
Loading…
Add table
Add a link
Reference in a new issue