diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9e2716b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -os: linux -dist: focal -language: python -python: - - 3.7 - - 3.8 - - "3.9-dev" -before_install: - - pip install --upgrade pip - - python setup.py install - - pip install "nbconvert==5.6.1" - - pip install coverage[toml] coveralls flake8 ipython pytest-cov innerscope sympy forallpeople pint - - pip install ipython -before_script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics -script: pytest --cov-report term --cov -after_success: coveralls diff --git a/README.md b/README.md index 39c1f36..1045ff6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@

- Coverage Status diff --git a/handcalcs/__init__.py b/handcalcs/__init__.py index b07287a..f45acbd 100644 --- a/handcalcs/__init__.py +++ b/handcalcs/__init__.py @@ -14,7 +14,7 @@ """ Render arithmetic calucations in Jupyter as though they were written by hand. """ -__version__ = "1.8.0" # +__version__ = "1.9.0" # from .decorator import handcalc from .global_config import set_option, save_config