Commit Graph

3 Commits

Author SHA1 Message Date
Doug Hellmann e8d9237eb9 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ic44c58e2d5523990b700128727a25b0630ec28de
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:54:09 -04:00
Ondřej Nový ef5a81446b Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I67fa6e487e185294876d56b67ade892cd4e49590
2015-12-11 23:49:37 +01:00
lin-hua-cheng c2659a7917 Add tox.ini to enable publish/tarball job
Change-Id: I3d1a7ac803e9102cac67d9f08cf8db72b7bd554e
2015-06-23 14:21:31 -07:00