Skip to content

Commit

Permalink
Use -W all instead of -W always
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Jun 27, 2017
1 parent 21aa0a7 commit 414b8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- python setup.py install
script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then flake8 stripe; fi
- python -W always setup.py test
- python -W all setup.py test
matrix:
allow_failures:
- python: 3.7-dev
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deps =
mock
commands =
python setup.py clean --all
python -W always setup.py test {posargs}
python -W all setup.py test {posargs}
setenv =
STRIPE_TEST_PYCURL = true

Expand All @@ -28,4 +28,4 @@ deps =
commands =
flake8 stripe
python setup.py clean --all
python -W always setup.py test {posargs}
python -W all setup.py test {posargs}

0 comments on commit 414b8ae

Please sign in to comment.