[workflows/ci.yml] Add support for jython

This commit is contained in:
Sergey M․ 2021-01-05 01:34:28 +07:00
commit 9237aaa77f
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
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