Skip to content

Commit

Permalink
removed isodatetime from travis installs
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jul 25, 2019
1 parent 3932ab8 commit ff17c2a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 22 deletions.
1 change: 0 additions & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ exclude_paths:
- lib/html/static/js/jquery*
- lib/html/static/js/livestamp.min.js
- lib/html/static/js/moment.min.js
- lib/python/isodatetime/
- etc/tutorial/cylc/python/png.py
1 change: 0 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ignore:
- "sphinx/**/*.py"
- "t/**/*.py"
- ".travis/**/*.py"
- "lib/python/isodatetime/**/*.py"

# turn off comments to pull requests
comment: off
6 changes: 0 additions & 6 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ debug=
# trace
# Include can be used only if source is not used!
note=
omit=
*/lib/python/isodatetime*
*/lib/python/sitecustomize.py
parallel = True
plugins=
include=
Expand All @@ -69,9 +66,6 @@ exclude_lines =
fail_under=0
ignore_errors = False
include=
omit=
*/lib/python/isodatetime*
*/lib/python/sitecustomize.py
partial_branches=
precision=2
show_missing=False
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
include:
- name: "Unit Tests"
install:
- now install coverage linters pytest isodatetime cylc rose
- now install coverage linters pytest cylc rose
script:
- now test style
- now test units
Expand All @@ -30,12 +30,12 @@ jobs:
- export PATH="$PWD/.travis:$PATH"
- now install coverage fcm tut_suite
install:
- now install isodatetime cylc rose
- now install cylc rose
script:
- now test battery

- name: "Documentation"
install:
- now install coverage isodatetime rose sphinx tut_suite
- now install coverage rose sphinx tut_suite
script:
- now test docs
6 changes: 0 additions & 6 deletions .travis/now
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ _install_cylc () {
RC_PATH+=("${HOME}/cylc-master/bin")
}

_install_isodatetime () {
wget 'https://github.com/metomi/isodatetime/archive/master.tar.gz' \
-O - | tar -xz -C "${HOME}"
pip install -e "${HOME}/isodatetime-master"
}

_install_fcm () {
APT+=(subversion build-essential gfortran libxml-parser-perl \
libconfig-inifiles-perl libdbi-perl libdbd-sqlite3-perl)
Expand Down
4 changes: 0 additions & 4 deletions ACKNOWLEDGEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,5 @@ lib/html/static/js/moment.min.js:
* Unmodified external software library released under the MIT license.
See <http://momentjs.com/>

lib/python/isodatetime/:
* Unmodified external software library released under the LGPL license.
See <https://github.com/metomi/isodatetime>

lib/python/rose/tests/test_ancils/unicode.txt:
* Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/> - 2015-08-28 - CC BY 4.0
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ exclude=
.git,
__pycache__,
.tox,
lib/python/isodatetime/,
; purposely corrupt file
t/rose-metadata-check/lib/custom_macro_corrupt.py

0 comments on commit ff17c2a

Please sign in to comment.