From 9237aaa77f7e2f0b9fc17c66589423632172f473 Mon Sep 17 00:00:00 2001 From: Sergey M․ Date: Tue, 5 Jan 2021 01:34:28 +0700 Subject: [workflows/ci.yml] Add support for jython --- devscripts/install_jython.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 devscripts/install_jython.sh (limited to 'devscripts') 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 -- cgit 1.4.1