/.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 |
- |
aaf9aded3f7286509e359fdc2ab7da8385a4bc4e |
.github |
100644 |
blob |
488 |
51516a7ed71b0c1de76b13e89f854f146f7f35b0 |
.travis.yml |
100644 |
blob |
75136 |
1e38ea4da5a149df92727e04714a91bd49c28730 |
README.md |
040000 |
tree |
- |
5d4066886c94704b36c14d07519d5b36ba8cb0bd |
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