Skip to content

Commit cc6c265

Browse files
committed
comiited the wrong file before
1 parent 9682045 commit cc6c265

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: python
22
python:
33
- "3.6"
4+
- "3.7"
5+
- "3.8"
46

57
install:
68
- pip install flake8
79

810
script:
9-
- flake8 . --exit-zero
11+
- flake8 .

0 commit comments

Comments
 (0)