We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#18 introduces support for both docutils 0.10 and 0.9.1.
We need to run tests with all the versions...
... or explicitely require docutils >= 0.10. But since #18 supports both, let's do it :)
Try https://pypi.python.org/pypi/tox/ and see whether it makes it easy. Or, maybe, propose another tool.
=> As a developer, in order to make sure code works with several versions of docutils, I want make test to run tests against several environments.
make test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#18 introduces support for both docutils 0.10 and 0.9.1.
We need to run tests with all the versions...
... or explicitely require docutils >= 0.10. But since #18 supports both, let's do it :)
Try https://pypi.python.org/pypi/tox/ and see whether it makes it easy.
Or, maybe, propose another tool.
=> As a developer, in order to make sure code works with several versions of docutils, I want
make test
to run tests against several environments.The text was updated successfully, but these errors were encountered: