gdcc / pyDataverse

Python module for Dataverse Software (dataverse.org).
http://pydataverse.readthedocs.io/
MIT License
64 stars 45 forks source link

fix typo in contributing.rst #105

Closed atrisovic closed 3 years ago

atrisovic commented 3 years ago
skasberger commented 3 years ago

The contributing.rst file changes are fine.

The requirements changes need some changes, as it is not allowed to create a PR against the master branch (only doc changes) for such changes. I suggest another way to tackle it: add tox to the development.txt and remove it from tests.txt. then tox is available for everyone who does some development work, not matter if only docs, or no docs or with linting and so on.

atrisovic commented 3 years ago

Ok, good point, I fixed it now. It will still be one commit. I will create a new PR for tox as you suggested.