Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 250 Bytes

CONTRIBUTING.rst

File metadata and controls

11 lines (8 loc) · 250 Bytes

Thanks for contributing to python-atomicwrites! This document is a work-in-progress. Below are a few notes that are useful for writing patches.

Running the tests

pip install tox
tox -e py-test
tox -e py-stylecheck