Skip to content

Commit 8d9f97b

Browse files
authored
Merge pull request #884 from python-cmd2/appveyor_fix
Appveyor fix
2 parents bf9b876 + 5673273 commit 8d9f97b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ install:
2727
- "python --version"
2828
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
2929

30-
# Upgrade to the latest version of pip to avoid it displaying warnings
31-
# about it being out of date.
32-
- "python -m pip install --upgrade pip wheel setuptools tox"
30+
# Update conda stuff to make sure pip, setuptools, wheel etc are up to date
31+
- "conda update --all -y"
32+
33+
# Install tox
34+
- "python -m pip install --upgrade tox"
35+
36+
3337

3438
test_script:
3539
- "tox -e %TOXENV%"

0 commit comments

Comments
 (0)