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:
Cosimo Lupo 2018-10-18 16:39:06 +01:00
parent e871b2f41d
commit 4be92cc6da
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -271,8 +271,8 @@ environments.
Note that when you run ``tox`` without arguments, the tests are executed 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, 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`` this includes Python 2.7 and 3.7, so for this to work the ``python2.7``
and ``python3.6`` executables must be available in your ``PATH``. and ``python3.7`` executables must be available in your ``PATH``.
You can specify an alternative environment list via the ``-e`` option, You can specify an alternative environment list via the ``-e`` option,
or the ``TOXENV`` environment variable: or the ``TOXENV`` environment variable: