diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-10 12:32:13 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-10 12:32:13 -0500 |
commit | b4b4d7f4abce9589ee566130534f695d4bd72c1a (patch) | |
tree | 4d20181b765d22c2b20cca544d618402246984d9 | |
parent | bf9b87605a19fc2bb1a01435b3f11f66b18fed93 (diff) | |
download | cmd2-git-b4b4d7f4abce9589ee566130534f695d4bd72c1a.tar.gz |
Attempt at a quick fix for AppVeyor errors
-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%" |