Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c2861 commit 83d495dCopy full SHA for 83d495d
.travis-script-3.sh
@@ -2,6 +2,7 @@
2
set -x -e # Show commands being executed and exit nonzero upon errors.
3
4
./generate-readme.py
5
+./python3/delete-duplicates.py --help
6
./python3/github-repo-summary.py bamos/python-scripts
7
# Requires customization: ./python3/link-checker.py
8
./python3/phonetic.py github
.travis.yml
@@ -4,6 +4,7 @@ python:
- "3.4"
install:
+ - apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
9
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-3.txt; fi
10
- pip install pep8
0 commit comments