Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Use py3 for these.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 15, 2017
1 parent ea148e5 commit e7f4b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -15,7 +15,7 @@ basepython =
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
{bootstrap,clean,check,report,coveralls,codecov}: python
{bootstrap,clean,check,report,coveralls,codecov}: python3
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
Expand Down

0 comments on commit e7f4b72

Please sign in to comment.