We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2c089 commit cb4ed75Copy full SHA for cb4ed75
.travis.yml
@@ -3,4 +3,6 @@ dist: xenial # required for Python >= 3.7
3
python: 3.7
4
install: pip install flake8
5
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
6
-after_success: python ./~script.py
+after_success:
7
+ - python ./~script.py
8
+ - cat DIRECTORY.md
0 commit comments