We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d8caa commit fde9734Copy full SHA for fde9734
.circleci/config.yml
@@ -70,6 +70,10 @@ conda-steps: &conda-steps
70
conda config --add channels conda-forge
71
conda install virtualenv
72
pip install tox
73
+ - run:
74
+ name: Run the tests
75
+ command: |
76
+ tox -e $TEST_TOX_ENV
77
- run:
78
name: Build wheel and source distribution
79
command: |
0 commit comments