Skip to content

Commit

Permalink
Add java home
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatesh-1729 committed Sep 16, 2017
1 parent 0219a35 commit beba00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ jobs:
name: Test
command: |
. venv/bin/activate
export JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
coverage run --source=. -m unittest discover -v
coveralls
- run:
name: Push To Private Pypi Server
command: |
python setup.py bdist_wheel upload -r $PYPI_HOST
python setup.py sdist upload -r $PYPI_HOST
- store_artifacts:
path: test-reports/
destination: tr1
Expand Down

0 comments on commit beba00a

Please sign in to comment.