Skip to content

Commit

Permalink
Just a lil env fix for the pypy envs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jan 7, 2019
1 parent 87cde0a commit 234fb20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ envlist =

[testenv]
basepython =
pypy: pypy
pypy: {env:TOXPYTHON:pypy}
pypy3: {env:TOXPYTHON:pypy3}
{py27,docs}: {env:TOXPYTHON:python2.7}
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
Expand Down

0 comments on commit 234fb20

Please sign in to comment.