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

[RFE] "Blacklist" flag #132

Closed
stephenfin opened this issue Jun 8, 2019 · 0 comments
Closed

[RFE] "Blacklist" flag #132

stephenfin opened this issue Jun 8, 2019 · 0 comments

Comments

@stephenfin
Copy link

This might be related to #58 but I'm not sure.

I'd like to integrate tox-docker into my project. I currently have [tox] envlist like so:

envlist = pep8,docs,py{27,34}-django111,py{35,36}-django{111,20,21,22}

I want to use tox-docker so I can optionally run a docker container to provide the database needed for these tests. The natural way to do this is using factors like so:

envlist = pep8,docs,py{27,34}-django111-{mysql,postgres},py{35,36}-django{111,20,21,22}-{mysql,postgres}

However, when I do this, tox-travis attempts to run these additional containers which doesn't work out too good.

I'd like to blacklist any environment containing the mysql or postgres factor. Does anything like this exist and, assuming not, could we get it?

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

2 participants