Skip to content

Commit

Permalink
Drop Python 2 from tox.ini template
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Nov 24, 2018
1 parent 3d0ce7e commit c1e191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/templates/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ envlist =

[testenv]
basepython =
{docs,spell}: {env:TOXPYTHON:python2.7}
{docs,spell}: {env:TOXPYTHON:python3}
{bootstrap,clean,check,report,codecov,coveralls}: {env:TOXPYTHON:python3}
setenv =
PYTHONPATH={toxinidir}/tests
Expand Down

0 comments on commit c1e191d

Please sign in to comment.