Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed May 30, 2020
1 parent 3f1ccc3 commit 67fed9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ test:
imports:
- slycot
commands:
- pytest --pyargs slycot # [not win]
- pytest --pyargs slycot -k "not test_xerbla_override" # [win]
- pytest --pyargs slycot # [not win]
- pytest --pyargs slycot -k "not test_xerbla_override" # [win]

about:
home: https://github.com/python-control/Slycot
Expand Down

0 comments on commit 67fed9c

Please sign in to comment.