Skip to content

Commit 5673273

Browse files
committed
Try to auto-accept dialog so headless install doesn't get stuck
1 parent b4b4d7f commit 5673273

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.appveyor.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +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+
3336

34-
# Update conda stuff
35-
- "conda update --all"
3637

3738
test_script:
3839
- "tox -e %TOXENV%"

0 commit comments

Comments
 (0)