File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ install:
16
16
# command-line arguments can be executed.
17
17
script :
18
18
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then
19
- ./generate-readme.py
20
- ./python3/github-repo-summary.py bamos/python-scripts
19
+ ./generate-readme.py;
20
+ ./python3/github-repo-summary.py bamos/python-scripts;
21
21
# Requires customization: ./python3/link-checker.py
22
- ./python3/phonetic.py github
23
- ./python3/rank-writing.py README.md
22
+ ./python3/phonetic.py github;
23
+ ./python3/rank-writing.py README.md;
24
24
# OSX only: ./python3/get-osx-wallpaper.py
25
- ./python3/word-counter.py README.md
26
- ./python3/eval-expr.py '(((4+6)*10)<<2)'
27
- ./python3/merge-mutt-contacts.py --help
25
+ ./python3/word-counter.py README.md;
26
+ ./python3/eval-expr.py '(((4+6)*10)<<2)';
27
+ ./python3/merge-mutt-contacts.py --help;
28
28
if
29
29
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then
30
- ./python2.7/music-organizer.py --help
31
- ./python2.7/mt.py --help
30
+ ./python2.7/music-organizer.py --help;
31
+ ./python2.7/mt.py --help;
32
32
fi
You can’t perform that action at this time.
0 commit comments