Skip to content

Commit 3be7918

Browse files
committed
appveyor: test_req path
1 parent c19128f commit 3be7918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build_script:
1616
- "python --version"
1717
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
1818
- "pip install ."
19-
- "pip install -Ur test-requirements.txt"
19+
- "pip install -Ur ci/test-requirements.txt"
2020
- "pip install codecov"
2121

2222
test_script:

0 commit comments

Comments
 (0)