Skip to content

Commit

Permalink
Tests: Disable warnings-as-errors for Python 3.4
Browse files Browse the repository at this point in the history
Python 3.4 is in its security fix only phase. We should make sure
the tests pass, but warnings should no longer break CI.
  • Loading branch information
Petr Viktorin committed Mar 27, 2018
1 parent fd0ec90 commit f477486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ passenv = {[testenv]passenv}
commands = {envpython} \
-m coverage run --parallel setup.py test

[testenv:py34]
# No warnings with Python 3.4
passenv = {[testenv]passenv}
commands = {envpython} \
-m coverage run --parallel setup.py test

[testenv:py2-nosasltls]
basepython = python2
deps = {[testenv]deps}
Expand Down

0 comments on commit f477486

Please sign in to comment.