Skip to content
Snippets Groups Projects
Commit 9d13cd6b authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ver bump + build fix

parent f64bde46
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,11 @@ cache: pip
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- pwd
- ./cc-test-reporter before-build
- pip install -r requirements.txt
- pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py mock
- python setup.py install
jobs:
include:
- stage: test
......
# v2.14.21
* fixed docs for `GlobalRelativeValue`
* `MemoryPressureManager` will name it's thread
* enabled _read_in_file to return None as default value
* added `CancellableCallback`
* `CallbackGroup` will now support `CancellableCallback`s as well
* `MemoryPressureManager` will now use `CancellableCallbacks`
# v2.14.22
__version__ = '2.14.21'
__version__ = '2.14.22_a1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment