Skip to content

Commit

Permalink
Merge pull request #13 from nteract/cleanup-circle
Browse files Browse the repository at this point in the history
Cleanup circle
  • Loading branch information
rgbkrk authored Nov 13, 2018
2 parents e5b4d14 + 83a3f1e commit 042ec31
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 @@ -7,7 +7,6 @@ jobs:
build:
docker:
- image: circleci/python:3.6.7-node-browsers
ports: 9988:9988

- image: minio/minio:RELEASE.2018-11-06T01-01-02Z
command: server /data
Expand Down Expand Up @@ -48,13 +47,15 @@ jobs:
. venv/bin/activate
# Package up the package
python setup.py sdist bdist_wheel
- run:
name: create virtual environment for packaged release
command: |
python3 -m venv venv_packaged_integration
. venv_packaged_integration/bin/activate
pip install --upgrade pip setuptools wheel
pip install -U --force-reinstall dist/bookstore*.whl
- run:
name: integration tests
command: |
Expand Down

0 comments on commit 042ec31

Please sign in to comment.