Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristyhoran committed Sep 14, 2023
1 parent 0b7cfde commit 3b95f50
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs: # A basic unit of work in a run
PIPENV_VENV_IN_PROJECT: true
steps: # steps that comprise the `build` job
- checkout # check out source code to working directory
- run:
command: |
python3 setup.py sdist bdist_wheel
pip3 install dist/tbtamr-*-py3-none-any.whl
tbtamr --help
tbtamr setup
- pytest
# - run:
# command: |
# python3 setup.py sdist bdist_wheel
# pip3 install dist/tbtamr-*-py3-none-any.whl
# tbtamr --help
# tbtamr setup


- store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/
Expand Down

0 comments on commit 3b95f50

Please sign in to comment.