Skip to content

Commit 1262e8a

Browse files
committed
fixup! Extract test dependencies to a file, add dep. on Hypothesis
1 parent 05e61a6 commit 1262e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99

1010
install:
1111
- '%PYTHON%\Scripts\pip install -e .'
12-
- '%PYTHON%\Scripts\pip install -r requirements-test.txt'
12+
- '%PYTHON%\Scripts\pip install -r requirements-tests.txt'
1313
build: off
1414
test_script:
1515
- '%PYTHON%\Scripts\pytest'

0 commit comments

Comments
 (0)