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.
1 parent c19128f commit 3be7918Copy full SHA for 3be7918
1 file changed
.appveyor.yml
@@ -16,7 +16,7 @@ build_script:
16
- "python --version"
17
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
18
- "pip install ."
19
- - "pip install -Ur test-requirements.txt"
+ - "pip install -Ur ci/test-requirements.txt"
20
- "pip install codecov"
21
22
test_script:
0 commit comments