Skip to content

Commit 83d495d

Browse files
committed
Travis modifications for remove-duplicates.
1 parent 73c2861 commit 83d495d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis-script-3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -x -e # Show commands being executed and exit nonzero upon errors.
33

44
./generate-readme.py
5+
./python3/delete-duplicates.py --help
56
./python3/github-repo-summary.py bamos/python-scripts
67
# Requires customization: ./python3/link-checker.py
78
./python3/phonetic.py github

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.4"
55

66
install:
7+
- apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick
78
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
89
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-3.txt; fi
910
- pip install pep8

0 commit comments

Comments
 (0)