Changes between and of Initial VersionVersion 1Ticket #8269
- Timestamp:
- 04/03/16 15:31:27 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8269 – Description
initial v1 1 Right now it's just {{ py27-tests}} or whatever -- it should be something like {{py27-tests-epoll}} and such, IDEALLY -- but it looks like that due to tox limitations, it'll have to be an environment variable, or we duplicate the trial command with each of the settings, for both -tests and -coverage (which isn't great).1 Right now it's just {{{py27-tests}}} or whatever -- it should be something like {{{py27-tests-epoll}}} and such (using the "platform" key to disable them on platforms), IDEALLY -- but it looks like that due to tox limitations, it'll have to be an environment variable, or we duplicate the trial command with each of the settings, for both -tests and -coverage (which isn't great). 2 2 3 I think the environment variable is the best right now, to make itusable on the buildbots.3 I think the environment variable is the best right now, to make tox usable on the buildbots.