Skip to content

Commit

Permalink
fix #347 as well, update list of default env names
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Oct 27, 2016
1 parent a244dec commit 10ba4d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ unreleased
travis builds. Thanks John Vandenberg.

- fix #348: add py2 and py3 as default environments pointing to
"python2" and "python3" basepython executables. Thanks Tobias McNulty.
"python2" and "python3" basepython executables. Also fix #347 by
updating the list of default envs in the tox basic example.
Thanks Tobias McNulty.


2.4.1
Expand Down
10 changes: 5 additions & 5 deletions doc/example/basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ you can run restrict the test run to the python2.6 environment.
Available "default" test environments names are::

py
py24
py25
py2
py26
py27
py30
py31
py32
py3
py33
py34
py35
py36
py37
jython
pypy
pypy3
Expand Down

0 comments on commit 10ba4d3

Please sign in to comment.