diff options
-rw-r--r-- | .appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b335fe55..9a741e87 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,5 +31,8 @@ install: # about it being out of date. - "python -m pip install --upgrade pip wheel setuptools tox" + # Update conda stuff + - "conda update --all" + test_script: - "tox -e %TOXENV%" |