Skip to content

Commit fde9734

Browse files
author
Doruk Ozturk
committed
Run tests against miniconda on circleci
1 parent 23d8caa commit fde9734

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ conda-steps: &conda-steps
7070
conda config --add channels conda-forge
7171
conda install virtualenv
7272
pip install tox
73+
- run:
74+
name: Run the tests
75+
command: |
76+
tox -e $TEST_TOX_ENV
7377
- run:
7478
name: Build wheel and source distribution
7579
command: |

0 commit comments

Comments
 (0)