Skip to content

Commit

Permalink
Use pytest in appveyor CI contd.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturponinski committed Jan 28, 2022
1 parent 91f00ea commit 90ca80b
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 @@ -31,6 +31,6 @@ install:
build: off

test_script:
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel nose mock"
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel pytest mock"
- "%CMD_IN_ENV% python setup.py install"
- "%CMD_IN_ENV% python -m pytest petl"

0 comments on commit 90ca80b

Please sign in to comment.