Skip to content

Commit cb4ed75

Browse files
authored
cat DIRECTORY.md
1 parent 6b2c089 commit cb4ed75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ dist: xenial # required for Python >= 3.7
33
python: 3.7
44
install: pip install flake8
55
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
6-
after_success: python ./~script.py
6+
after_success:
7+
- python ./~script.py
8+
- cat DIRECTORY.md

0 commit comments

Comments
 (0)