File tree 7 files changed +3
-22
lines changed
7 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ exclude_paths:
7
7
- lib/html/static/js/jquery*
8
8
- lib/html/static/js/livestamp.min.js
9
9
- lib/html/static/js/moment.min.js
10
- - lib/python/isodatetime/
11
10
- etc/tutorial/cylc/python/png.py
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ ignore:
45
45
- " sphinx/**/*.py"
46
46
- " t/**/*.py"
47
47
- " .travis/**/*.py"
48
- - " lib/python/isodatetime/**/*.py"
49
48
50
49
# turn off comments to pull requests
51
50
comment : off
Original file line number Diff line number Diff line change 46
46
# trace
47
47
# Include can be used only if source is not used!
48
48
note =
49
- omit =
50
- */lib/python/isodatetime*
51
- */lib/python/sitecustomize.py
52
49
parallel = True
53
50
plugins =
54
51
include =
@@ -69,9 +66,6 @@ exclude_lines =
69
66
fail_under =0
70
67
ignore_errors = False
71
68
include =
72
- omit =
73
- */lib/python/isodatetime*
74
- */lib/python/sitecustomize.py
75
69
partial_branches =
76
70
precision =2
77
71
show_missing =False
Original file line number Diff line number Diff line change 20
20
include :
21
21
- name : " Unit Tests"
22
22
install :
23
- - now install coverage linters pytest isodatetime cylc rose
23
+ - now install coverage linters pytest cylc rose
24
24
script :
25
25
- now test style
26
26
- now test units
@@ -30,12 +30,12 @@ jobs:
30
30
- export PATH="$PWD/.travis:$PATH"
31
31
- now install coverage fcm tut_suite
32
32
install :
33
- - now install isodatetime cylc rose
33
+ - now install cylc rose
34
34
script :
35
35
- now test battery
36
36
37
37
- name : " Documentation"
38
38
install :
39
- - now install coverage isodatetime rose sphinx tut_suite
39
+ - now install coverage rose sphinx tut_suite
40
40
script :
41
41
- now test docs
Original file line number Diff line number Diff line change @@ -91,12 +91,6 @@ _install_cylc () {
91
91
RC_PATH+=(" ${HOME} /cylc-master/bin" )
92
92
}
93
93
94
- _install_isodatetime () {
95
- wget ' https://github.com/metomi/isodatetime/archive/master.tar.gz' \
96
- -O - | tar -xz -C " ${HOME} "
97
- pip install -e " ${HOME} /isodatetime-master"
98
- }
99
-
100
94
_install_fcm () {
101
95
APT+=(subversion build-essential gfortran libxml-parser-perl \
102
96
libconfig-inifiles-perl libdbi-perl libdbd-sqlite3-perl)
Original file line number Diff line number Diff line change @@ -67,9 +67,5 @@ lib/html/static/js/moment.min.js:
67
67
* Unmodified external software library released under the MIT license.
68
68
See < http://momentjs.com/ >
69
69
70
- lib/python/isodatetime/:
71
- * Unmodified external software library released under the LGPL license.
72
- See < https://github.com/metomi/isodatetime >
73
-
74
70
lib/python/rose/tests/test_ancils/unicode.txt:
75
71
* Markus Kuhn < http://www.cl.cam.ac.uk/~mgk25/ > - 2015-08-28 - CC BY 4.0
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ exclude=
10
10
.git,
11
11
__pycache__,
12
12
.tox,
13
- lib/python/isodatetime/,
14
13
; purposely corrupt file
15
14
t/rose-metadata-check/lib/custom_macro_corrupt.py
You can’t perform that action at this time.
0 commit comments