diff --git a/.circleci/config.yml b/.circleci/config.yml index a3e8ec6..00aab1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -48,6 +47,7 @@ jobs: . venv/bin/activate # Package up the package python setup.py sdist bdist_wheel + - run: name: create virtual environment for packaged release command: | @@ -55,6 +55,7 @@ jobs: . venv_packaged_integration/bin/activate pip install --upgrade pip setuptools wheel pip install -U --force-reinstall dist/bookstore*.whl + - run: name: integration tests command: |