diff --git a/license.md b/license.md new file mode 100644 index 0000000000000000000000000000000000000000..b1214c757ff1cae47668ff67028f791789827698 --- /dev/null +++ b/license.md @@ -0,0 +1,24 @@ +This code is glue built on top of a lot of Free and Open Source tools. + Any GNU licenses associated with existing tools may take precedence over this one. + + MIT License + + Copyright (c) 2019 + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/travis.yml b/travis.yml index ad51865e9f3034b5b8214c7e01c51876391abb1c..97fbabe570bb959a1ad0b31ab4abc612f28edc3c 100644 --- a/travis.yml +++ b/travis.yml @@ -1,5 +1,17 @@ -- R -e 'devtools::install_deps(dep = remotes)' +matrix: + include: -script: -- R grab_data.R + language: + R + - R -e 'devtools::install_deps(dep = remotes)' + + script: + - R grab_data.R + + - language: python + python: "3.4" + before_script: + - cd backend/tests + script: + - python -m unittest discover