Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate the travis build that makes the docs from the one that runs the tests #47

Open
glyph opened this issue Nov 27, 2014 · 4 comments
Assignees

Comments

@glyph
Copy link
Member

glyph commented Nov 27, 2014

We could use tox for this; another project I work on, Mimic, does it like this: https://github.com/rackerlabs/mimic/blob/master/tox.ini

@glyph glyph added the High label Nov 27, 2014
@glyph
Copy link
Member Author

glyph commented Nov 27, 2014

As per feedback on #40

@glyph
Copy link
Member Author

glyph commented Nov 27, 2014

@multani I would like to assign this to you - please accept membership in the Contributors team and then assign it to yourself.

(And please remember NOT to push to the "twisted" repository, that is still only mirrored on github, not developed here…)

@multani multani self-assigned this Nov 27, 2014
@multani
Copy link
Member

multani commented Dec 3, 2014

@glyph What did you have in mind exactly?

Should it completely replace the configuration made in the Travis configuration file? In this case, I don't know if I'll be able to replicate all the details of the current Travis build into Tox, I'm not sure it offers that level of control. (Is that really necessary, though?)

Or should it be a mix between what's currently done in Travis and somehow adding another tox or doc "mode"? Or running Tox to build the documentation each time?

@glyph
Copy link
Member Author

glyph commented Dec 4, 2014

@multani : I think it can completely replace the "configuration" (by which I think you mean "giant shell script" 😉 ). Did you look at the link to mimic's tox.ini above? It sets up a bunch of tox environments and targets, and then the travis configuration just runs it with TOX_ENV set to each different thing, and we get the desired build matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants