README: minor [skip ci]
In b1093c8a I removed py36 from the default tox envlist. I kept only py27 and py37. This doesn't mean one can't run tests against py36 as well. Just that running tox without args, or without setting TOXENV variable will run py27 and py37 by default
This commit is contained in:
parent
e871b2f41d
commit
4be92cc6da
@ -271,8 +271,8 @@ environments.
|
||||
|
||||
Note that when you run ``tox`` without arguments, the tests are executed
|
||||
for all the environments listed in tox.ini's ``envlist``. In our case,
|
||||
this includes Python 2.7 and 3.6, so for this to work the ``python2.7``
|
||||
and ``python3.6`` executables must be available in your ``PATH``.
|
||||
this includes Python 2.7 and 3.7, so for this to work the ``python2.7``
|
||||
and ``python3.7`` executables must be available in your ``PATH``.
|
||||
|
||||
You can specify an alternative environment list via the ``-e`` option,
|
||||
or the ``TOXENV`` environment variable:
|
||||
|
Loading…
x
Reference in New Issue
Block a user