Skip to content

Commit

Permalink
pytest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirek Simek committed Nov 3, 2020
1 parent 9f1e7a6 commit 9eb0032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
isort -rc -c -df . --gitignore && \
check-manifest --ignore ".travis-*,docs/_build*" && \
# sphinx-build -qnNW docs docs/_build/html && \
python setup.py test
# python setup.py test
pytest
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

setup_requires = [
'pytest-runner>=2.7',
# 'pytest-runner>=3,<5',
]

g = {}
Expand Down

0 comments on commit 9eb0032

Please sign in to comment.