about summary refs log tree commit diff
path: root/devscripts
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2021-01-05 01:34:28 +0700
committerSergey M․ <dstftw@gmail.com>2021-01-05 02:38:44 +0700
commit9237aaa77f7e2f0b9fc17c66589423632172f473 (patch)
tree43d2418c1f6580bd72126ff7956c73f2d481a477 /devscripts
parent766fcdd0fad8495222b2b5a14f1626960cd79d89 (diff)
downloadyoutube-dl-9237aaa77f7e2f0b9fc17c66589423632172f473.tar.gz
youtube-dl-9237aaa77f7e2f0b9fc17c66589423632172f473.tar.xz
youtube-dl-9237aaa77f7e2f0b9fc17c66589423632172f473.zip
[workflows/ci.yml] Add support for jython
Diffstat (limited to 'devscripts')
-rwxr-xr-xdevscripts/install_jython.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/devscripts/install_jython.sh b/devscripts/install_jython.sh
deleted file mode 100755
index bafca4da4..000000000
--- a/devscripts/install_jython.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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