We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1951b4c commit 2a27011Copy full SHA for 2a27011
.travis.yml
@@ -3,3 +3,9 @@ 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
+
7
+matrix:
8
+ include:
9
+ language: bash
10
+ install: chmod +x ./~script
11
+ script: ./~script
0 commit comments