diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-01-01 23:21:39 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-01-02 21:13:41 +0700 |
commit | 7a6c204fcb6ba5a1a5149ea7a3c186eab87fc7e4 (patch) | |
tree | a24d5bb560ec2bf45989583f4f26aa2d2f2ed5e6 /devscripts | |
parent | d7cd9a9e847fab3ac3f0fb5b4ad2e4788aeea775 (diff) |
[travis] Add Jython build
Diffstat (limited to 'devscripts')
-rwxr-xr-x | devscripts/install_jython.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/install_jython.sh b/devscripts/install_jython.sh new file mode 100755 index 000000000..bafca4da4 --- /dev/null +++ b/devscripts/install_jython.sh @@ -0,0 +1,5 @@ +#!/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 |