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

tox.ini file missing? #487

Closed
JordanReiter opened this issue Mar 7, 2017 · 5 comments
Closed

tox.ini file missing? #487

JordanReiter opened this issue Mar 7, 2017 · 5 comments

Comments

@JordanReiter
Copy link

According to README, testing is done via tox. However, there does not appear to be a tox.ini file present.

@timgraham
Copy link
Contributor

It was removed in a147388, I'm not sure how things are supposed to be working. Travis seems to be running okay, though all builds have failures.

@Flimm
Copy link
Contributor

Flimm commented May 4, 2017

If tox doesn't find tox.ini, it reads from setup.cfg instead. As you can see, setup.cfg does have [tox] and related sections.

@Flimm Flimm closed this as completed Jul 7, 2017
@Flimm
Copy link
Contributor

Flimm commented Jul 10, 2017

It seems that Tox reads from setup.cfg, but only sometimes, it's an experimental feature: tox-dev/tox#545

@obestwalter
Copy link

@Flimm - if you want to configure tox in setup.cfg it looks like you can after all, but you have to prefix all sections with 'tox'. Therefore: [tox:tox] for the global settings

@Flimm
Copy link
Contributor

Flimm commented Nov 22, 2017

Similar issue which was created recently: #525

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

4 participants