Skip to content

Commit

Permalink
Bump version: 0.8.1 (#34)
Browse files Browse the repository at this point in the history
* Bump version: 0.8.1

* Simplify Travis
  • Loading branch information
ehudkr authored Apr 6, 2022
1 parent 02f01c8 commit 6974fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ before_script:
install:
- pip install --upgrade pip
- pip install --upgrade importlib-metadata # Solve a python 3.7 install bug: https://app.travis-ci.com/github/IBM/causallib/jobs/566048347
- pip install -r requirements.txt
- pip install -r causallib/contrib/requirements.txt
- pip install --upgrade pytest coverage
- pip install . # test local installation is running properly
- pip install .[contrib] # test optional install
script:
- pip install --upgrade pip
- pip install -e . # test that install is running properly
- pip install -e .[contrib] # test optional install
- pip freeze
- pip freeze --all
- coverage run --source=. --omit=*__init__.py,setup.py -m pytest
after_success:
- coverage report
- coverage xml
- ./cc-test-reporter after-build

2 changes: 1 addition & 1 deletion causallib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.8.1"

0 comments on commit 6974fd4

Please sign in to comment.