We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5b4d14 + 83a3f1e commit 042ec31Copy full SHA for 042ec31
.circleci/config.yml
@@ -7,7 +7,6 @@ jobs:
7
build:
8
docker:
9
- image: circleci/python:3.6.7-node-browsers
10
- ports: 9988:9988
11
12
- image: minio/minio:RELEASE.2018-11-06T01-01-02Z
13
command: server /data
@@ -48,13 +47,15 @@ jobs:
48
47
. venv/bin/activate
49
# Package up the package
50
python setup.py sdist bdist_wheel
+
51
- run:
52
name: create virtual environment for packaged release
53
command: |
54
python3 -m venv venv_packaged_integration
55
. venv_packaged_integration/bin/activate
56
pip install --upgrade pip setuptools wheel
57
pip install -U --force-reinstall dist/bookstore*.whl
58
59
60
name: integration tests
61
0 commit comments