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 53dc0ba commit 59e53e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ branches:
depth: 3

python:
- 3.7
- 3.6
- 3.7

install:
- pip install --upgrade pytest pytest-cov
Expand All @@ -22,7 +22,7 @@ install:
- pipenv install --system --skip-lock --deploy

script:
- PYTHONWARNINGS=ignore pipenv run pytest --verbose --cov=augpathlib
- 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
@@ -1,6 +1,7 @@
[aliases]
test=pytest
[tool:pytest]
addopts=--verbose
testpaths=test
addopts=--verbose --color=yes -W ignore --cov=augpathlib
[bdist_wheel]
universal=1

0 comments on commit 59e53e9

Please sign in to comment.