[workflows/ci.yml] Add support for jython

This commit is contained in:
Sergey M․
2021-01-05 01:34:28 +07:00
parent 766fcdd0fa
commit 9237aaa77f
2 changed files with 25 additions and 6 deletions

View File

@@ -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