Skip to content

Commit

Permalink
fixup! Extract test dependencies to a file, add dep. on Hypothesis
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Apr 1, 2019
1 parent 05e61a6 commit 1262e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

install:
- '%PYTHON%\Scripts\pip install -e .'
- '%PYTHON%\Scripts\pip install -r requirements-test.txt'
- '%PYTHON%\Scripts\pip install -r requirements-tests.txt'
build: off
test_script:
- '%PYTHON%\Scripts\pytest'

0 comments on commit 1262e8a

Please sign in to comment.