/.travis.yml (51516a7ed71b0c1de76b13e89f854f146f7f35b0) (488 bytes) (mode 100644) (type blob)

language: python
python: "3.6"
notifications:
  email: true
install:
  - pip install -r build/requirements.txt
before_script:
  # stop the build if there are Python syntax errors or undefined names
  - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
  # exit-zero treats all errors as warnings.  The GitHub editor is 127 chars wide
  - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
  - cd build
script:
  - ./main.sh
  


Mode Type Size Ref File
100644 blob 133 1558284a861ccd51a3547cd527aa56a2cc164b13 .gitattributes
040000 tree - dd8b6388cc7a5a947e858c5e09426ad2915ce9e7 .github
100644 blob 488 51516a7ed71b0c1de76b13e89f854f146f7f35b0 .travis.yml
100644 blob 70961 fb6a884e420d0ac309d183ae6b781760b51707a2 README.md
040000 tree - 42aa209037ef35f8cbf2aad0d41532ec1b239a14 build
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/onelispyboi/public-apis

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/onelispyboi/public-apis

Clone this repository using git:
git clone git://git.rocketgit.com/user/onelispyboi/public-apis

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main