Tox-travis

Latest version: v0.13

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.7.2

++++++++++++++++++

* Undo the README changes, and fix HISTORY markup for PyPI.

0.7.1

++++++++++++++++++

* Fix the README markup to display properly on PyPI.

0.7

++++++++++++++++

* Deprecate the ``[tox:travis]`` section in favor of
the ``python`` key to the new ``[travis]`` section.
* Allow specifying envs by other Travis factors.
Includes ``os``, ``language``, and ``python``.
* Allow specifying envs for environment variables,
in a new ``[travis:env]`` section.
* Special thanks to rpkibly for driving this work (34)
* Backward incompatible changes:

* If *any* declared tox envs match the envs matched from factors,
no additional envs will be included automatically.
For example, if ``envlist`` is ``docs``,
and the configuration for python 3.4 is ``py34, docs``,
it previously would have run both the declared ``docs`` env,
as well as the undeclared ``py34`` env,
while now it will only run the declared ``docs`` env.
This may result in *fewer* envs running than expected,
but in edge cases that were believed to be unlikely.
* Previously, if no Python version was given in the environment,
it would automatically choose an appropriate env
based on the Python version running.
Now if no Python version is given in the environment
no env is determined by default,
which may result in *more* envs running in a job than expected.

* Add the ``--travis-after`` command to enable
a job to wait until all others have completed. (13)
- thanks to ssbarnea for the feature suggestion.

0.6

++++++++++++++++

* Require pytest<3 for Python 3.2 (33)

0.5

++++++++++++++++

* Prefer ``TRAVIS_PYTHON_VERSION`` to sys.version_info (14)
- thanks to jayvdb for the code review
* Add Python 3.2 support (17)
- thanks to jayvdb for the bug report, discussion, and code review
* Support PyPy3 v5.2 with setuptools hackery (24)
- thanks to jayvdb for the pull request

0.4

++++++++++++++++

* Generate default env from sys.version_info (9)
- thanks to jayvdb for the bug report

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.