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

Fix docker-compose.yml to work with tox #375

Closed
mattrasband opened this issue Jul 28, 2019 · 0 comments · Fixed by #376
Closed

Fix docker-compose.yml to work with tox #375

mattrasband opened this issue Jul 28, 2019 · 0 comments · Fixed by #376
Assignees
Labels

Comments

@mattrasband
Copy link
Contributor

The local directories are volume mounted into docker-compose for a recommended testing approach (see #369). If a user has run anything locally before it will collide and tox will refuse to recreate the environments.

@mattrasband mattrasband self-assigned this Jul 28, 2019
mattrasband added a commit that referenced this issue Jul 28, 2019
This makes it so the local volumes being mounted into the docker
container via compose do not include `.tox`.
@ovv ovv closed this as completed in #376 Aug 4, 2019
ovv pushed a commit that referenced this issue Aug 4, 2019
This makes it so the local volumes being mounted into the docker
container via compose do not include `.tox`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant