Skip to content

Commit

Permalink
added cicrle ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kristyhoran committed Sep 14, 2023
2 parents 9d13136 + 9fb44af commit 96b1b58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ jobs: # A basic unit of work in a run
- checkout # check out source code to working directory
- run:
command: |
conda create -n tbtamr python=3.9
source activate tbtamr
python3 setup.py sdist bdist_wheel
pip3 install dist/tbtamr-*-py3-none-any.whl
tbtamr --help
tbtamr setup
pytest

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

0 comments on commit 96b1b58

Please sign in to comment.