ratt-ru / tricolour

Holds an offline, MS direct version of the SDP online flagger.
Other
8 stars 4 forks source link

Prepare for 0.1.3 release #57

Closed sjperkins closed 5 years ago

sjperkins commented 5 years ago
Howto run test cases and lint the code base ```bash $ py.test --flake8 -v -s tricolour ``` If you encounter flake8 failures, a quick way to correct this is to run `autopep8` and `flake8` again. ```bash $ pip install -U autopep8 $ autopep8 -r -i tricolour $ flake8 tricolour ```
Howto build the documentation To build the docs locally: ```bash $ pip install -r requirements.readthedocs.txt $ cd docs $ READTHEDOCS=True make html ```
sjperkins commented 5 years ago

I've been using bump2version to automatically change setup.py and create the git tag. However, we've sensibly protected master branch.

So I think we should merge this PR and tag the related commit in master.