diff options
author | Sergey M․ <dstftw@gmail.com> | 2021-01-05 01:34:28 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2021-01-05 02:38:44 +0700 |
commit | 9237aaa77f7e2f0b9fc17c66589423632172f473 (patch) | |
tree | 43d2418c1f6580bd72126ff7956c73f2d481a477 /devscripts | |
parent | 766fcdd0fad8495222b2b5a14f1626960cd79d89 (diff) |
[workflows/ci.yml] Add support for jython
Diffstat (limited to 'devscripts')
-rwxr-xr-x | devscripts/install_jython.sh | 5 |
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 |