Skip to content

Commit

Permalink
Merge pull request oracc#79 from rillian/jython-2.7.1
Browse files Browse the repository at this point in the history
travis: Test on Jython 2.7.1
  • Loading branch information
ageorgou authored Jun 6, 2019
2 parents 312ae4d + 570d8e0 commit 39c612f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ matrix:
- os: linux
sudo: false
python: 2.7
env: MYPYTHON=jython - JYTHON_URL="http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.0/jython-installer-2.7.0.jar"
- os: linux
sudo: false
python: 2.7
env: MYPYTHON=jython - JYTHON_URL="http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1b3/jython-installer-2.7.1b3.jar"
env: MYPYTHON=jython - JYTHON_URL="https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar"
- os: linux
sudo: false
python: 3.5
Expand Down Expand Up @@ -55,8 +51,7 @@ install:
# Install dependencies
$PIP install pip
if [ "$MYPYTHON" == "jython" ]; then
$PIP install pip==8.1.2
$PIP install pytest==2.9.2
$PIP install pytest
fi
$PIP install wheel
$PIP install setuptools
Expand Down

0 comments on commit 39c612f

Please sign in to comment.