Skip to content

Commit

Permalink
Activate venv
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatesh-1729 committed Sep 16, 2017
1 parent 3e61295 commit 56fe1ad
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 @@ -37,9 +37,9 @@ jobs:
. venv/bin/activate
export JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
pip install -U pip wheel setuptools
pip install cython
pip install coveralls
pip install -U pip wheel setuptools
pip install -r requirements.txt --extra-index-url $PYPI_HOST
- save_cache:
key: deps2.7-{{ .Branch }}-{{ checksum "requirements.txt" }}
Expand All @@ -57,6 +57,7 @@ jobs:
- run:
name: Push To Private Pypi Server
command: |
. venv/bin/activate
python setup.py bdist_wheel upload -r $PYPI_HOST
python setup.py sdist upload -r $PYPI_HOST
- store_artifacts:
Expand Down

0 comments on commit 56fe1ad

Please sign in to comment.