Merge pull request #546 from kgriffs/jython

chore(Jython): Update Travis script to pull Jython 2.7.0 final
This commit is contained in:
John Vrbanac
2015-05-11 19:02:12 -05:00

View File

@@ -1,3 +1,3 @@
JYTHON_URL="http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-rc2/jython-installer-2.7-rc2.jar"
JYTHON_URL="http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.0/jython-installer-2.7.0.jar"
wget $JYTHON_URL -O jython_installer.jar
java -jar jython_installer.jar -s -d $HOME/jython