Added manga-py source

This commit is contained in:
2019-12-14 22:33:14 -05:00
parent 9a4dd4b09b
commit 45067caea6
420 changed files with 18054 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
allow_deploy="false"
py_version=$(python --version)
if [[ "${py_version:7:-2}" = "3.5" ]]
then
allow_deploy="true"
fi
if [[ "$TRAVIS_TAG" = "" ]]
then wget 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb' -O /tmp/chrome.deb && sudo dpkg -i /tmp/chrome.deb && sudo apt-get install -y -f --fix-missing
fi