Skip to content

Commit ff17c2a

Browse files
committed
removed isodatetime from travis installs
1 parent 3932ab8 commit ff17c2a

File tree

7 files changed

+3
-22
lines changed

7 files changed

+3
-22
lines changed

.codacy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ exclude_paths:
77
- lib/html/static/js/jquery*
88
- lib/html/static/js/livestamp.min.js
99
- lib/html/static/js/moment.min.js
10-
- lib/python/isodatetime/
1110
- etc/tutorial/cylc/python/png.py

.codecov.yml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ ignore:
4545
- "sphinx/**/*.py"
4646
- "t/**/*.py"
4747
- ".travis/**/*.py"
48-
- "lib/python/isodatetime/**/*.py"
4948

5049
# turn off comments to pull requests
5150
comment: off

.coveragerc

-6
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ debug=
4646
# trace
4747
# Include can be used only if source is not used!
4848
note=
49-
omit=
50-
*/lib/python/isodatetime*
51-
*/lib/python/sitecustomize.py
5249
parallel = True
5350
plugins=
5451
include=
@@ -69,9 +66,6 @@ exclude_lines =
6966
fail_under=0
7067
ignore_errors = False
7168
include=
72-
omit=
73-
*/lib/python/isodatetime*
74-
*/lib/python/sitecustomize.py
7569
partial_branches=
7670
precision=2
7771
show_missing=False

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
- name: "Unit Tests"
2222
install:
23-
- now install coverage linters pytest isodatetime cylc rose
23+
- now install coverage linters pytest cylc rose
2424
script:
2525
- now test style
2626
- now test units
@@ -30,12 +30,12 @@ jobs:
3030
- export PATH="$PWD/.travis:$PATH"
3131
- now install coverage fcm tut_suite
3232
install:
33-
- now install isodatetime cylc rose
33+
- now install cylc rose
3434
script:
3535
- now test battery
3636

3737
- name: "Documentation"
3838
install:
39-
- now install coverage isodatetime rose sphinx tut_suite
39+
- now install coverage rose sphinx tut_suite
4040
script:
4141
- now test docs

.travis/now

-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ _install_cylc () {
9191
RC_PATH+=("${HOME}/cylc-master/bin")
9292
}
9393

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-
10094
_install_fcm () {
10195
APT+=(subversion build-essential gfortran libxml-parser-perl \
10296
libconfig-inifiles-perl libdbi-perl libdbd-sqlite3-perl)

ACKNOWLEDGEMENT.md

-4
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,5 @@ lib/html/static/js/moment.min.js:
6767
* Unmodified external software library released under the MIT license.
6868
See <http://momentjs.com/>
6969

70-
lib/python/isodatetime/:
71-
* Unmodified external software library released under the LGPL license.
72-
See <https://github.com/metomi/isodatetime>
73-
7470
lib/python/rose/tests/test_ancils/unicode.txt:
7571
* Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/> - 2015-08-28 - CC BY 4.0

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ exclude=
1010
.git,
1111
__pycache__,
1212
.tox,
13-
lib/python/isodatetime/,
1413
; purposely corrupt file
1514
t/rose-metadata-check/lib/custom_macro_corrupt.py

0 commit comments

Comments
 (0)