Skip to content

Commit

Permalink
updated py4j-master config
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdag committed Jul 31, 2016
1 parent 8c2c27a commit 8f23ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ commands = python py4jbench.py --verbose --csv-output report.csv --append-to-csv
[testenv:py27-py4jmaster]
basepython = python2.7
deps = git+https://github.com/bartdag/py4j.git@master#egg=py4j
commands = python py4jbench.py --verbose --csv-output report.csv --append-to-csv .tox/py27-py4jmaster/share/py4j/py4j0.10.2.1.jar
commands = python py4jbench.py --verbose --csv-output report.csv --append-to-csv .tox/py27-py4jmaster/share/py4j/py4j0.10.3.jar

[testenv:py35-py4j0821]
basepython = python3.5
Expand Down Expand Up @@ -89,4 +89,4 @@ commands = python py4jbench.py --verbose --csv-output report.csv --append-to-csv
[testenv:py35-py4jmaster]
basepython = python3.5
deps = git+https://github.com/bartdag/py4j.git@master#egg=py4j
commands = python py4jbench.py --verbose --csv-output report.csv --append-to-csv .tox/py35-py4jmaster/share/py4j/py4j0.10.2.1.jar
commands = python py4jbench.py --verbose --csv-output report.csv --append-to-csv .tox/py35-py4jmaster/share/py4j/py4j0.10.3.jar

0 comments on commit 8f23ef3

Please sign in to comment.