Skip to content

Commit 042ec31

Browse files
authored
Merge pull request #13 from nteract/cleanup-circle
Cleanup circle
2 parents e5b4d14 + 83a3f1e commit 042ec31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
build:
88
docker:
99
- image: circleci/python:3.6.7-node-browsers
10-
ports: 9988:9988
1110

1211
- image: minio/minio:RELEASE.2018-11-06T01-01-02Z
1312
command: server /data
@@ -48,13 +47,15 @@ jobs:
4847
. venv/bin/activate
4948
# Package up the package
5049
python setup.py sdist bdist_wheel
50+
5151
- run:
5252
name: create virtual environment for packaged release
5353
command: |
5454
python3 -m venv venv_packaged_integration
5555
. venv_packaged_integration/bin/activate
5656
pip install --upgrade pip setuptools wheel
5757
pip install -U --force-reinstall dist/bookstore*.whl
58+
5859
- run:
5960
name: integration tests
6061
command: |

0 commit comments

Comments
 (0)