Skip to content

Commit

Permalink
setup.cfg update pytest options and remove from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Nov 8, 2019
1 parent d63a62a commit 2c80f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
- pipenv install --dev --system --skip-lock --deploy

script:
- PYTHONWARNINGS=ignore pipenv run pytest --verbose --color=yes --cov=ontquery
- pipenv run pytest

after_success:
- if [[ $HAS_COVERALLS ]] ; then coveralls ; fi
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ test=pytest
[nosetests]
ignore-files=test_interlex_client.py
[tool:pytest]
addopts=--verbose
testpaths=test
addopts=--verbose --color=yes -W ignore --cov=ontquery
[bdist_wheel]
universal=1

0 comments on commit 2c80f2f

Please sign in to comment.