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.
2 parents bf9b876 + 5673273 commit 8d9f97bCopy full SHA for 8d9f97b
.appveyor.yml
@@ -27,9 +27,13 @@ install:
27
- "python --version"
28
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
29
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"
+ # Update conda stuff to make sure pip, setuptools, wheel etc are up to date
+ - "conda update --all -y"
+
33
+ # Install tox
34
+ - "python -m pip install --upgrade tox"
35
36
37
38
test_script:
39
- "tox -e %TOXENV%"
0 commit comments