File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ install:
29
29
- pip install --upgrade pip setuptools wheel tox tox-travis
30
30
31
31
script :
32
- - tox -- --benchmark-skip --cov-report xml --cov-report term
32
+ - travis_wait tox -- --benchmark-skip --cov-report xml --cov-report term
33
33
- bash <(curl -s https://codecov.io/bash)
34
34
35
35
stages :
Original file line number Diff line number Diff line change 16
16
from cobra import sampling
17
17
from cobra .util import show_versions
18
18
19
- __version__ = "0.15.1 "
19
+ __version__ = "0.15.2 "
20
20
21
21
# set the warning format to be prettier and fit on one line
22
22
_cobra_path = _dirname (_abspath (__file__ ))
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.15.1
2
+ current_version = 0.15.2
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)
Original file line number Diff line number Diff line change 39
39
if __name__ == "__main__" :
40
40
setup (
41
41
name = "cobra" ,
42
- version = "0.15.1 " ,
42
+ version = "0.15.2 " ,
43
43
packages = find_packages (),
44
44
setup_requires = setup_requirements ,
45
45
install_requires = [
52
52
"optlang>=1.4.2" ,
53
53
"tabulate" ,
54
54
"depinfo" ,
55
- "python-libsbml-experimental> =5.17.2" ,
55
+ "python-libsbml-experimental= =5.17.2" ,
56
56
],
57
57
tests_require = [
58
58
"jsonschema > 2.5" ,
You can’t perform that action at this time.
0 commit comments