Skip to content

Commit 6b2c089

Browse files
authored
after_success: python ./~script.py
1 parent 17f78e6 commit 6b2c089

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.travis.yml

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
matrix:
2-
include:
3-
- language: python
4-
dist: xenial # required for Python >= 3.7
5-
python: 3.7
6-
install: pip install flake8
7-
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
8-
- language: bash
9-
install: chmod +x ./~script.sh
10-
script: ./~script.sh
1+
language: python
2+
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

0 commit comments

Comments
 (0)