diff --git a/CHANGES.rst b/CHANGES.rst index f480145c..0e009e35 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +v0.8.3 +====== +- Fixes for latest version of quantities. +- Build python wheel as part of release script. + v0.8.2 ====== - changed version of dependency "pyodesys" diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 02bf5218..7f1ee144 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -3,6 +3,10 @@ # $ ./scripts/run_tests.sh # or # $ ./scripts/run_tests.sh --cov chempy --cov-report html -CHEMPY_DEPRECATION_FILTER='ignore' ${PYTHON:-python3} -m pytest -ra --doctest-modules --black --flake8 $@ + +CHEMPY_DEPRECATION_FILTER='ignore' ${PYTHON:-python3} -m pytest -ra --doctest-modules $@ +#--black +#--flake8 + MPLBACKEND=Agg ${PYTHON:-python3} -m doctest README.rst rstcheck README.rst