File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function travis_before_script {
47
47
48
48
function travis_script {
49
49
if [ " $CHECK_TYPE " = " test" ]; then
50
- pytest -vs -n auto --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules pydra tutorial
50
+ pytest -vs -n auto --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules pydra
51
51
elif [ " $CHECK_TYPE " = " style" ]; then
52
52
black --check pydra tools setup.py
53
53
fi
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ test_requires =
38
38
codecov
39
39
numpy
40
40
psutil
41
- tornado ==4.5.3
41
+ tornado
42
42
nbformat
43
- notebook ==5.7.8
43
+ notebook
44
44
jupyter
45
45
jupyter_contrib_nbextensions
46
46
packages = find:
73
73
numpy
74
74
pyld
75
75
psutil
76
- tornado ==4.5.3
76
+ tornado
77
77
nbformat
78
- notebook ==5.7.8
78
+ notebook
79
79
jupyter
80
80
jupyter_contrib_nbextensions
81
81
tests =
You can’t perform that action at this time.
0 commit comments