Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
use 'pytest -v' instead of 'python setup.py pytest'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Mar 31, 2019
1 parent 370b9e6 commit fc4bf76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ addons:
- python-setuptools

script:
python setup.py pytest
pytest -v tests

install:
- pip install --upgrade setuptools_scm
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ install:
build_script:
- "pip install %NUMPY%"
- "pip install pytest pytest-runner"
- "python setup.py pytest"
- "pytest -v tests"

0 comments on commit fc4bf76

Please sign in to comment.