From 615bc69aeedc736523c0b531add3427189791c81 Mon Sep 17 00:00:00 2001 From: fayer3 Date: Fri, 9 Aug 2019 00:06:08 +0200 Subject: [PATCH] remove unnecessary files --- .travis.yml | 20 -------------------- resources/language/README.md | 1 - resources/lib/README.md | 7 ------- tests/README.md | 2 -- 4 files changed, 30 deletions(-) delete mode 100644 .travis.yml delete mode 100644 resources/language/README.md delete mode 100644 resources/lib/README.md delete mode 100644 tests/README.md diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 025ccfc..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: python -matrix: - include: - - python: "2.6" - - python: "2.7" - - python: "2.7.10" - - python: "2.7.11" - allow_failures: - - python: "3.2" - - python: "3.3" - - python: "3.4" - - python: "3.5" - - python: "nightly" - -# command to install dependencies -install: - - pip install python-dateutil pytest -# command to run tests -script: py.test -v - diff --git a/resources/language/README.md b/resources/language/README.md deleted file mode 100644 index b4f8390..0000000 --- a/resources/language/README.md +++ /dev/null @@ -1 +0,0 @@ -This folder will be the home of your translations \ No newline at end of file diff --git a/resources/lib/README.md b/resources/lib/README.md deleted file mode 100644 index 9782e83..0000000 --- a/resources/lib/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Readme -This folder will be the home of your python files, that are not entry points. -So put your `.py` files here. - -# Conventions -There's also a convention in place here, prefix every file kodi specific (e.g. importing `xbmcaddon` or `xbmcgui`) with `kodi`. Like we're doing with `kodiutils.py`. -Move all functions that not need kodi specifics into their own files, without the kodi prefix. This will make them unit testable. \ No newline at end of file diff --git a/tests/README.md b/tests/README.md deleted file mode 100644 index ad2917c..0000000 --- a/tests/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Tests -This folder should be the home for your unit tests \ No newline at end of file