Skip to content

Commit a999785

Browse files
authored
Merge pull request #481 from NeurodataWithoutBorders/run-tests-miniconda
Run tests against miniconda on circleci
2 parents 23d8caa + fde9734 commit a999785

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)