Skip to content

Commit 6e6780e

Browse files
appveyor: Fix test requirements filename
1 parent de791ee commit 6e6780e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- cmd: |
1919
%PY% -m pip install -U pip setuptools six wheel
2020
%PY% -m pip install -U -e .
21-
%PY% -m pip install -U -r test-requirements.txt
21+
%PY% -m pip install -U -r requirements.test.txt
2222
rem %PY% -m pip install -U tox
2323
2424
test_script:

0 commit comments

Comments
 (0)