3 - CC_TEST_REPORTER_ID=ff7add7a0f454aff7e13c739a06a7aba8e5c8229d3e776e051294341b4721871
15 - apt-cache search libssl
16 - sudo apt-get -y install openssl nodejs python-setuptools libwebp-dev
17 - sudo apt install -y -f --fix-missing
20 - chmod +x helpers/after_script.sh
21 - chmod +x helpers/before_deploy.sh
22 - chmod +x helpers/before_script.sh
24 - npm install -g sass node-sass html-minifier
25 - pip install --upgrade coverage codeclimate-test-reporter setuptools pyinstaller
26 - pip install -r requirements_dev.txt
28 - source ./helpers/before_script.sh
29 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
30 - chmod +x ./cc-test-reporter
31 - ./cc-test-reporter before-build
33 - if [[ "$TRAVIS_TAG" = "" ]]; then coverage run --omit=manga_py/providers/*.py --source=manga_py run_tests.py; else echo "skip script"; fi
35 - ./helpers/after_script.sh
37 - echo "Start make gh-pages content"
39 - ./helpers/before_deploy.sh
40 - python prepare_setup.py
44 local-dir: helpers/gh_pages_content
45 target-branch: gh-pages
46 github-token: $GH_TOKEN
51 condition: $TRAVIS_PYTHON_VERSION == "3.8"
54 distributions: "sdist bdist_wheel"
55 server: https://upload.pypi.org/legacy/
62 condition: $TRAVIS_PYTHON_VERSION == "3.9"